hue-rotate()
Quick Summary for hue-rotate()
The
hue-rotate()
CSS function rotates the hue of an element and its contents. Its result is a <filter-function>
.
Code Usage for hue-rotate()
hue-rotate(angle)
More Details for hue-rotate()
hue-rotate()
The hue-rotate()
CSS function rotates the hue of an element and its contents. Its result is a <filter-function>
.
Syntax
hue-rotate(angle)
Parameters
angle
The relative change in hue of the input sample, specified as an <angle>
. A value of 0deg
leaves the input unchanged. A positive hue rotation increases the hue value, while a negative rotation decreases the hue value. The lacuna value for interpolation is 0
. There is no minimum or maximum value; hue-rotate(Ndeg)
evaluates to N
modulo 360.
Examples
Examples of correct values for hue-rotate
hue-rotate(-90deg) /* Same as 270deg rotation */ hue-rotate(0deg) /* No effect */ hue-rotate(90deg) /* 90deg rotation */ hue-rotate(.5turn) /* 180deg rotation */ hue-rotate(405deg) /* Same as 45deg rotation */
Specifications
Specification |
---|
Filter Effects Module Level 2 # funcdef-filter-hue-rotate |
See also
<filter-function>
blur()
brightness()
contrast()
drop-shadow()
grayscale()
invert()
opacity()
saturate()
sepia()
Last modified: Aug 12, 2021, by MDN contributors
Posted in
12:22 am, February 22, 2022
Add Comment
Other Items in CSS
rgb()
rgba()
:right
right
@right-bottom
:root
rotate
rotate()
rotate3d()
rotateX()
rotateY()
rotateZ()
row-gap
ruby-align
ruby-position
saturate()
scale
scale()
scale3d()
scaleX()
scaleY()
scaleZ()
:scope
scroll-behavior
scroll-margin
scroll-margin-block
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding
scroll-padding-block
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-snap-align
scroll-snap-stop
scroll-snap-type
@scroll-timeline