Color spaces of #c487ca
RGB | 196 | 135 | 202 |
---|---|---|---|
HSL | 0.82 | 0.39 | 0.66 |
HSV | 295° | 33° | 79° |
CMYK | 0.03 | 0.33 | 0.00 0.21 |
XYZ | 42.0896 | 33.3280 | 60.0917 |
Yxy | 33.3280 | 0.3106 | 0.2459 |
Hunter Lab | 57.7304 | 29.1111 | -21.3038 |
CIE-Lab | 64.4256 | 34.4465 | -25.3871 |
#c487ca color RGB value is (196,135,202).
#c487ca hex color red value is 196, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c487ca hue: 0.82 , saturation: 0.39 and the lightness value of c487ca is 0.66.
The process color (four color CMYK) of #c487ca color hex is 0.03, 0.33, 0.00, 0.21. Web safe color of #c487ca is #cc99cc. Color #c487ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10000111 | 11001010 |
Octal | 304 | 207 | 312 |
Decimal | 196 | 135 | 202 |
Hex | C4 | 87 | CA |
Shades of #c487ca
Tints of #c487ca
RGB Percentages of Color #c487ca
CMYK Percentages of Color #c487ca
Complementary Color
#c487ca | #8dca87 |
#c487ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c487ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c487ca Color CSS Codes
.mybgcolor {background-color:#c487ca; } .myforecolor {color:#c487ca; } .mybordercolor {border:3px solid #c487ca; }
#c487ca Text Font Color
<p style="color:#c487ca">Text here</p>
This sample text font color is #c487ca
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.
#c487ca Background Color
<div style="background-color:#c487ca">
Div content here</div>
This div background color is #c487ca
#c487ca Border Color
<div style="border:3px solid #c487ca">
Div here</div>
This div border color is #c487ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,135,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c487ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c487ca; -webkit-box-shadow: 1px 1px 3px 2px #c487ca; box-shadow: 1px 1px 3px 2px #c487ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,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 #c487ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c487ca; -webkit-box-shadow: 1px 1px 3px 2px #c487ca; box-shadow: 1px 1px 3px 2px #c487ca;">
Div content here</div>
This div box has shadow with color #c487ca
Comments
No comments written yet.
Please login to write comment.