Color spaces of #af907e
RGB | 175 | 144 | 126 |
---|---|---|---|
HSL | 0.06 | 0.23 | 0.59 |
HSV | 22° | 28° | 69° |
CMYK | 0.00 | 0.18 | 0.28 0.31 |
XYZ | 31.4184 | 30.5668 | 23.9827 |
Yxy | 30.5668 | 0.3655 | 0.3556 |
Hunter Lab | 55.2872 | 4.6845 | 12.9820 |
CIE-Lab | 62.1402 | 8.9040 | 13.9405 |
#af907e color RGB value is (175,144,126).
#af907e hex color red value is 175, green value is 144 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af907e hue: 0.06 , saturation: 0.23 and the lightness value of af907e is 0.59.
The process color (four color CMYK) of #af907e color hex is 0.00, 0.18, 0.28, 0.31. Web safe color of #af907e is #999966. Color #af907e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010000 | 01111110 |
Octal | 257 | 220 | 176 |
Decimal | 175 | 144 | 126 |
Hex | AF | 90 | 7E |
Shades of #af907e
Tints of #af907e
RGB Percentages of Color #af907e
CMYK Percentages of Color #af907e
Complementary Color
#af907e | #7e9daf |
#af907e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af907e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af907e Color CSS Codes
.mybgcolor {background-color:#af907e; } .myforecolor {color:#af907e; } .mybordercolor {border:3px solid #af907e; }
#af907e Text Font Color
<p style="color:#af907e">Text here</p>
This sample text font color is #af907e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#af907e Background Color
<div style="background-color:#af907e">
Div content here</div>
This div background color is #af907e
#af907e Border Color
<div style="border:3px solid #af907e">
Div here</div>
This div border color is #af907e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,144,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af907e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af907e; -webkit-box-shadow: 1px 1px 3px 2px #af907e; box-shadow: 1px 1px 3px 2px #af907e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,144,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af907e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af907e; -webkit-box-shadow: 1px 1px 3px 2px #af907e; box-shadow: 1px 1px 3px 2px #af907e;">
Div content here</div>
This div box has shadow with color #af907e
Comments
No comments written yet.
Please login to write comment.