Color spaces of #c83fcc
RGB | 200 | 63 | 204 |
---|---|---|---|
HSL | 0.83 | 0.58 | 0.52 |
HSV | 298° | 69° | 80° |
CMYK | 0.02 | 0.69 | 0.00 0.20 |
XYZ | 36.4960 | 20.1940 | 59.1010 |
Yxy | 20.1940 | 0.3152 | 0.1744 |
Hunter Lab | 44.9377 | 66.3270 | -46.5203 |
CIE-Lab | 52.0558 | 70.0732 | -45.8078 |
#c83fcc color RGB value is (200,63,204).
#c83fcc hex color red value is 200, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c83fcc hue: 0.83 , saturation: 0.58 and the lightness value of c83fcc is 0.52.
The process color (four color CMYK) of #c83fcc color hex is 0.02, 0.69, 0.00, 0.20. Web safe color of #c83fcc is #cc33cc. Color #c83fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 00111111 | 11001100 |
Octal | 310 | 77 | 314 |
Decimal | 200 | 63 | 204 |
Hex | C8 | 3F | CC |
Shades of #c83fcc
Tints of #c83fcc
RGB Percentages of Color #c83fcc
CMYK Percentages of Color #c83fcc
Complementary Color
#c83fcc | #43cc3f |
#c83fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c83fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c83fcc Color CSS Codes
.mybgcolor {background-color:#c83fcc; } .myforecolor {color:#c83fcc; } .mybordercolor {border:3px solid #c83fcc; }
#c83fcc Text Font Color
<p style="color:#c83fcc">Text here</p>
This sample text font color is #c83fcc
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.
#c83fcc Background Color
<div style="background-color:#c83fcc">
Div content here</div>
This div background color is #c83fcc
#c83fcc Border Color
<div style="border:3px solid #c83fcc">
Div here</div>
This div border color is #c83fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,63,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c83fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c83fcc; -webkit-box-shadow: 1px 1px 3px 2px #c83fcc; box-shadow: 1px 1px 3px 2px #c83fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,63,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c83fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c83fcc; -webkit-box-shadow: 1px 1px 3px 2px #c83fcc; box-shadow: 1px 1px 3px 2px #c83fcc;">
Div content here</div>
This div box has shadow with color #c83fcc
Comments
No comments written yet.
Please login to write comment.