Color spaces of #af947e
RGB | 175 | 148 | 126 |
---|---|---|---|
HSL | 0.07 | 0.23 | 0.59 |
HSV | 27° | 28° | 69° |
CMYK | 0.00 | 0.15 | 0.28 0.31 |
XYZ | 32.0350 | 31.8001 | 24.1883 |
Yxy | 31.8001 | 0.3639 | 0.3613 |
Hunter Lab | 56.3916 | 2.7172 | 14.0426 |
CIE-Lab | 63.1773 | 6.6807 | 15.3845 |
#af947e color RGB value is (175,148,126).
#af947e hex color red value is 175, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af947e hue: 0.07 , saturation: 0.23 and the lightness value of af947e is 0.59.
The process color (four color CMYK) of #af947e color hex is 0.00, 0.15, 0.28, 0.31. Web safe color of #af947e is #999966. Color #af947e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010100 | 01111110 |
Octal | 257 | 224 | 176 |
Decimal | 175 | 148 | 126 |
Hex | AF | 94 | 7E |
Shades of #af947e
Tints of #af947e
RGB Percentages of Color #af947e
CMYK Percentages of Color #af947e
Complementary Color
#af947e | #7e99af |
#af947e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af947e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af947e Color CSS Codes
.mybgcolor {background-color:#af947e; } .myforecolor {color:#af947e; } .mybordercolor {border:3px solid #af947e; }
#af947e Text Font Color
<p style="color:#af947e">Text here</p>
This sample text font color is #af947e
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.
#af947e Background Color
<div style="background-color:#af947e">
Div content here</div>
This div background color is #af947e
#af947e Border Color
<div style="border:3px solid #af947e">
Div here</div>
This div border color is #af947e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,148,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af947e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af947e; -webkit-box-shadow: 1px 1px 3px 2px #af947e; box-shadow: 1px 1px 3px 2px #af947e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,148,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 #af947e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af947e; -webkit-box-shadow: 1px 1px 3px 2px #af947e; box-shadow: 1px 1px 3px 2px #af947e;">
Div content here</div>
This div box has shadow with color #af947e
Comments
No comments written yet.
Please login to write comment.