Color spaces of #c87cde
RGB | 200 | 124 | 222 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.68 |
HSV | 287° | 44° | 87° |
CMYK | 0.10 | 0.44 | 0.00 0.13 |
XYZ | 44.2119 | 31.9686 | 72.9476 |
Yxy | 31.9686 | 0.2965 | 0.2144 |
Hunter Lab | 56.5408 | 40.6312 | -36.9160 |
CIE-Lab | 63.3169 | 45.5262 | -38.2503 |
#c87cde color RGB value is (200,124,222).
#c87cde hex color red value is 200, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c87cde hue: 0.80 , saturation: 0.60 and the lightness value of c87cde is 0.68.
The process color (four color CMYK) of #c87cde color hex is 0.10, 0.44, 0.00, 0.13. Web safe color of #c87cde is #cc66cc. Color #c87cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01111100 | 11011110 |
Octal | 310 | 174 | 336 |
Decimal | 200 | 124 | 222 |
Hex | C8 | 7C | DE |
Shades of #c87cde
Tints of #c87cde
RGB Percentages of Color #c87cde
CMYK Percentages of Color #c87cde
Complementary Color
#c87cde | #92de7c |
#c87cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c87cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#c87cde Color CSS Codes
.mybgcolor {background-color:#c87cde; } .myforecolor {color:#c87cde; } .mybordercolor {border:3px solid #c87cde; }
#c87cde Text Font Color
<p style="color:#c87cde">Text here</p>
This sample text font color is #c87cde
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.
#c87cde Background Color
<div style="background-color:#c87cde">
Div content here</div>
This div background color is #c87cde
#c87cde Border Color
<div style="border:3px solid #c87cde">
Div here</div>
This div border color is #c87cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,124,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c87cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c87cde; -webkit-box-shadow: 1px 1px 3px 2px #c87cde; box-shadow: 1px 1px 3px 2px #c87cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,124,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c87cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c87cde; -webkit-box-shadow: 1px 1px 3px 2px #c87cde; box-shadow: 1px 1px 3px 2px #c87cde;">
Div content here</div>
This div box has shadow with color #c87cde
Comments
No comments written yet.
Please login to write comment.