Color spaces of #c85fdb
RGB | 200 | 95 | 219 |
---|---|---|---|
HSL | 0.81 | 0.63 | 0.62 |
HSV | 291° | 57° | 86° |
CMYK | 0.09 | 0.57 | 0.00 0.14 |
XYZ | 40.6978 | 25.5783 | 69.8099 |
Yxy | 25.5783 | 0.2991 | 0.1880 |
Hunter Lab | 50.5750 | 55.1331 | -46.4369 |
CIE-Lab | 57.6346 | 59.4702 | -45.5014 |
#c85fdb color RGB value is (200,95,219).
#c85fdb hex color red value is 200, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c85fdb hue: 0.81 , saturation: 0.63 and the lightness value of c85fdb is 0.62.
The process color (four color CMYK) of #c85fdb color hex is 0.09, 0.57, 0.00, 0.14. Web safe color of #c85fdb is #cc66cc. Color #c85fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01011111 | 11011011 |
Octal | 310 | 137 | 333 |
Decimal | 200 | 95 | 219 |
Hex | C8 | 5F | DB |
Shades of #c85fdb
Tints of #c85fdb
RGB Percentages of Color #c85fdb
CMYK Percentages of Color #c85fdb
Complementary Color
#c85fdb | #72db5f |
#c85fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c85fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c85fdb Color CSS Codes
.mybgcolor {background-color:#c85fdb; } .myforecolor {color:#c85fdb; } .mybordercolor {border:3px solid #c85fdb; }
#c85fdb Text Font Color
<p style="color:#c85fdb">Text here</p>
This sample text font color is #c85fdb
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.
#c85fdb Background Color
<div style="background-color:#c85fdb">
Div content here</div>
This div background color is #c85fdb
#c85fdb Border Color
<div style="border:3px solid #c85fdb">
Div here</div>
This div border color is #c85fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,95,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c85fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c85fdb; -webkit-box-shadow: 1px 1px 3px 2px #c85fdb; box-shadow: 1px 1px 3px 2px #c85fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,95,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c85fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c85fdb; -webkit-box-shadow: 1px 1px 3px 2px #c85fdb; box-shadow: 1px 1px 3px 2px #c85fdb;">
Div content here</div>
This div box has shadow with color #c85fdb
Comments
No comments written yet.
Please login to write comment.