Color spaces of #c87cfc
RGB | 200 | 124 | 252 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.74 |
HSV | 276° | 51° | 99° |
CMYK | 0.21 | 0.51 | 0.00 0.01 |
XYZ | 48.5978 | 33.7229 | 96.0433 |
Yxy | 33.7229 | 0.2725 | 0.1891 |
Hunter Lab | 58.0714 | 47.7550 | -57.4087 |
CIE-Lab | 64.7420 | 51.7924 | -52.5971 |
#c87cfc color RGB value is (200,124,252).
#c87cfc hex color red value is 200, green value is 124 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c87cfc hue: 0.77 , saturation: 0.96 and the lightness value of c87cfc is 0.74.
The process color (four color CMYK) of #c87cfc color hex is 0.21, 0.51, 0.00, 0.01. Web safe color of #c87cfc is #cc66ff. Color #c87cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01111100 | 11111100 |
Octal | 310 | 174 | 374 |
Decimal | 200 | 124 | 252 |
Hex | C8 | 7C | FC |
Shades of #c87cfc
Tints of #c87cfc
RGB Percentages of Color #c87cfc
CMYK Percentages of Color #c87cfc
Complementary Color
#c87cfc | #b0fc7c |
#c87cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c87cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c87cfc Color CSS Codes
.mybgcolor {background-color:#c87cfc; } .myforecolor {color:#c87cfc; } .mybordercolor {border:3px solid #c87cfc; }
#c87cfc Text Font Color
<p style="color:#c87cfc">Text here</p>
This sample text font color is #c87cfc
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.
#c87cfc Background Color
<div style="background-color:#c87cfc">
Div content here</div>
This div background color is #c87cfc
#c87cfc Border Color
<div style="border:3px solid #c87cfc">
Div here</div>
This div border color is #c87cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,124,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c87cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c87cfc; -webkit-box-shadow: 1px 1px 3px 2px #c87cfc; box-shadow: 1px 1px 3px 2px #c87cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,124,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c87cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c87cfc; -webkit-box-shadow: 1px 1px 3px 2px #c87cfc; box-shadow: 1px 1px 3px 2px #c87cfc;">
Div content here</div>
This div box has shadow with color #c87cfc
Comments
No comments written yet.
Please login to write comment.