Color spaces of #af8aae
RGB | 175 | 138 | 174 |
---|---|---|---|
HSL | 0.84 | 0.19 | 0.61 |
HSV | 302° | 21° | 69° |
CMYK | 0.00 | 0.21 | 0.01 0.31 |
XYZ | 34.4077 | 30.3469 | 44.0885 |
Yxy | 30.3469 | 0.3161 | 0.2788 |
Hunter Lab | 55.0880 | 15.0862 | -8.8898 |
CIE-Lab | 61.9524 | 20.3475 | -13.5619 |
#af8aae color RGB value is (175,138,174).
#af8aae hex color red value is 175, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af8aae hue: 0.84 , saturation: 0.19 and the lightness value of af8aae is 0.61.
The process color (four color CMYK) of #af8aae color hex is 0.00, 0.21, 0.01, 0.31. Web safe color of #af8aae is #999999. Color #af8aae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10001010 | 10101110 |
Octal | 257 | 212 | 256 |
Decimal | 175 | 138 | 174 |
Hex | AF | 8A | AE |
Shades of #af8aae
Tints of #af8aae
RGB Percentages of Color #af8aae
CMYK Percentages of Color #af8aae
Complementary Color
#af8aae | #8aaf8b |
#af8aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af8aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#af8aae Color CSS Codes
.mybgcolor {background-color:#af8aae; } .myforecolor {color:#af8aae; } .mybordercolor {border:3px solid #af8aae; }
#af8aae Text Font Color
<p style="color:#af8aae">Text here</p>
This sample text font color is #af8aae
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.
#af8aae Background Color
<div style="background-color:#af8aae">
Div content here</div>
This div background color is #af8aae
#af8aae Border Color
<div style="border:3px solid #af8aae">
Div here</div>
This div border color is #af8aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,138,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af8aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af8aae; -webkit-box-shadow: 1px 1px 3px 2px #af8aae; box-shadow: 1px 1px 3px 2px #af8aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,138,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af8aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af8aae; -webkit-box-shadow: 1px 1px 3px 2px #af8aae; box-shadow: 1px 1px 3px 2px #af8aae;">
Div content here</div>
This div box has shadow with color #af8aae
Comments
No comments written yet.
Please login to write comment.