Color spaces of #c005ce
RGB | 192 | 5 | 206 |
---|---|---|---|
HSL | 0.82 | 0.95 | 0.41 |
HSV | 296° | 98° | 81° |
CMYK | 0.07 | 0.98 | 0.00 0.19 |
XYZ | 32.9331 | 15.7712 | 59.7009 |
Yxy | 15.7712 | 0.3038 | 0.1455 |
Hunter Lab | 39.7130 | 78.5285 | -61.3322 |
CIE-Lab | 46.6729 | 81.0423 | -55.6389 |
#c005ce color RGB value is (192,5,206).
#c005ce hex color red value is 192, green value is 5 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c005ce hue: 0.82 , saturation: 0.95 and the lightness value of c005ce is 0.41.
The process color (four color CMYK) of #c005ce color hex is 0.07, 0.98, 0.00, 0.19. Web safe color of #c005ce is #cc00cc. Color #c005ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00000101 | 11001110 |
Octal | 300 | 5 | 316 |
Decimal | 192 | 5 | 206 |
Hex | C0 | 5 | CE |
Shades of #c005ce
Tints of #c005ce
RGB Percentages of Color #c005ce
CMYK Percentages of Color #c005ce
Complementary Color
#c005ce | #13ce05 |
#c005ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c005ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c005ce Color CSS Codes
.mybgcolor {background-color:#c005ce; } .myforecolor {color:#c005ce; } .mybordercolor {border:3px solid #c005ce; }
#c005ce Text Font Color
<p style="color:#c005ce">Text here</p>
This sample text font color is #c005ce
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.
#c005ce Background Color
<div style="background-color:#c005ce">
Div content here</div>
This div background color is #c005ce
#c005ce Border Color
<div style="border:3px solid #c005ce">
Div here</div>
This div border color is #c005ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,5,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c005ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c005ce; -webkit-box-shadow: 1px 1px 3px 2px #c005ce; box-shadow: 1px 1px 3px 2px #c005ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,5,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c005ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c005ce; -webkit-box-shadow: 1px 1px 3px 2px #c005ce; box-shadow: 1px 1px 3px 2px #c005ce;">
Div content here</div>
This div box has shadow with color #c005ce
Comments
No comments written yet.
Please login to write comment.