Color spaces of #c858bd
RGB | 200 | 88 | 189 |
---|---|---|---|
HSL | 0.85 | 0.50 | 0.56 |
HSV | 306° | 56° | 78° |
CMYK | 0.00 | 0.56 | 0.05 0.22 |
XYZ | 36.4944 | 22.9329 | 50.6471 |
Yxy | 22.9329 | 0.3315 | 0.2083 |
Hunter Lab | 47.8883 | 52.2255 | -29.1838 |
CIE-Lab | 55.0032 | 57.3639 | -32.5438 |
#c858bd color RGB value is (200,88,189).
#c858bd hex color red value is 200, green value is 88 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c858bd hue: 0.85 , saturation: 0.50 and the lightness value of c858bd is 0.56.
The process color (four color CMYK) of #c858bd color hex is 0.00, 0.56, 0.05, 0.22. Web safe color of #c858bd is #cc66cc. Color #c858bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01011000 | 10111101 |
Octal | 310 | 130 | 275 |
Decimal | 200 | 88 | 189 |
Hex | C8 | 58 | BD |
Shades of #c858bd
Tints of #c858bd
RGB Percentages of Color #c858bd
CMYK Percentages of Color #c858bd
Complementary Color
#c858bd | #58c863 |
#c858bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c858bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c858bd Color CSS Codes
.mybgcolor {background-color:#c858bd; } .myforecolor {color:#c858bd; } .mybordercolor {border:3px solid #c858bd; }
#c858bd Text Font Color
<p style="color:#c858bd">Text here</p>
This sample text font color is #c858bd
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.
#c858bd Background Color
<div style="background-color:#c858bd">
Div content here</div>
This div background color is #c858bd
#c858bd Border Color
<div style="border:3px solid #c858bd">
Div here</div>
This div border color is #c858bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,88,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c858bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c858bd; -webkit-box-shadow: 1px 1px 3px 2px #c858bd; box-shadow: 1px 1px 3px 2px #c858bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,88,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c858bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c858bd; -webkit-box-shadow: 1px 1px 3px 2px #c858bd; box-shadow: 1px 1px 3px 2px #c858bd;">
Div content here</div>
This div box has shadow with color #c858bd
Comments
No comments written yet.
Please login to write comment.