Color spaces of #c87fcd
RGB | 200 | 127 | 205 |
---|---|---|---|
HSL | 0.82 | 0.44 | 0.65 |
HSV | 296° | 38° | 80° |
CMYK | 0.02 | 0.38 | 0.00 0.20 |
XYZ | 42.4282 | 31.8659 | 61.6721 |
Yxy | 31.8659 | 0.3120 | 0.2344 |
Hunter Lab | 56.4499 | 35.3748 | -25.2600 |
CIE-Lab | 63.2319 | 40.6111 | -28.8710 |
#c87fcd color RGB value is (200,127,205).
#c87fcd hex color red value is 200, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c87fcd hue: 0.82 , saturation: 0.44 and the lightness value of c87fcd is 0.65.
The process color (four color CMYK) of #c87fcd color hex is 0.02, 0.38, 0.00, 0.20. Web safe color of #c87fcd is #cc66cc. Color #c87fcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01111111 | 11001101 |
Octal | 310 | 177 | 315 |
Decimal | 200 | 127 | 205 |
Hex | C8 | 7F | CD |
Shades of #c87fcd
Tints of #c87fcd
RGB Percentages of Color #c87fcd
CMYK Percentages of Color #c87fcd
Complementary Color
#c87fcd | #84cd7f |
#c87fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c87fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c87fcd Color CSS Codes
.mybgcolor {background-color:#c87fcd; } .myforecolor {color:#c87fcd; } .mybordercolor {border:3px solid #c87fcd; }
#c87fcd Text Font Color
<p style="color:#c87fcd">Text here</p>
This sample text font color is #c87fcd
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.
#c87fcd Background Color
<div style="background-color:#c87fcd">
Div content here</div>
This div background color is #c87fcd
#c87fcd Border Color
<div style="border:3px solid #c87fcd">
Div here</div>
This div border color is #c87fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,127,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c87fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c87fcd; -webkit-box-shadow: 1px 1px 3px 2px #c87fcd; box-shadow: 1px 1px 3px 2px #c87fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,127,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c87fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c87fcd; -webkit-box-shadow: 1px 1px 3px 2px #c87fcd; box-shadow: 1px 1px 3px 2px #c87fcd;">
Div content here</div>
This div box has shadow with color #c87fcd
Comments
No comments written yet.
Please login to write comment.