Color spaces of #af87ca
RGB | 175 | 135 | 202 |
---|---|---|---|
HSL | 0.77 | 0.39 | 0.66 |
HSV | 276° | 33° | 79° |
CMYK | 0.13 | 0.33 | 0.00 0.21 |
XYZ | 37.0038 | 30.7062 | 59.8537 |
Yxy | 30.7062 | 0.2901 | 0.2407 |
Hunter Lab | 55.4132 | 22.2256 | -25.2520 |
CIE-Lab | 62.2588 | 27.7725 | -28.9061 |
#af87ca color RGB value is (175,135,202).
#af87ca hex color red value is 175, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af87ca hue: 0.77 , saturation: 0.39 and the lightness value of af87ca is 0.66.
The process color (four color CMYK) of #af87ca color hex is 0.13, 0.33, 0.00, 0.21. Web safe color of #af87ca is #9999cc. Color #af87ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10000111 | 11001010 |
Octal | 257 | 207 | 312 |
Decimal | 175 | 135 | 202 |
Hex | AF | 87 | CA |
Shades of #af87ca
Tints of #af87ca
RGB Percentages of Color #af87ca
CMYK Percentages of Color #af87ca
Complementary Color
#af87ca | #a2ca87 |
#af87ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af87ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#af87ca Color CSS Codes
.mybgcolor {background-color:#af87ca; } .myforecolor {color:#af87ca; } .mybordercolor {border:3px solid #af87ca; }
#af87ca Text Font Color
<p style="color:#af87ca">Text here</p>
This sample text font color is #af87ca
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.
#af87ca Background Color
<div style="background-color:#af87ca">
Div content here</div>
This div background color is #af87ca
#af87ca Border Color
<div style="border:3px solid #af87ca">
Div here</div>
This div border color is #af87ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,135,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af87ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af87ca; -webkit-box-shadow: 1px 1px 3px 2px #af87ca; box-shadow: 1px 1px 3px 2px #af87ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,135,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af87ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af87ca; -webkit-box-shadow: 1px 1px 3px 2px #af87ca; box-shadow: 1px 1px 3px 2px #af87ca;">
Div content here</div>
This div box has shadow with color #af87ca
Comments
No comments written yet.
Please login to write comment.