Color spaces of #c30ccf
RGB | 195 | 12 | 207 |
---|---|---|---|
HSL | 0.82 | 0.89 | 0.43 |
HSV | 296° | 94° | 81° |
CMYK | 0.06 | 0.94 | 0.00 0.19 |
XYZ | 33.8996 | 16.3700 | 60.4045 |
Yxy | 16.3700 | 0.3063 | 0.1479 |
Hunter Lab | 40.4599 | 78.7528 | -60.1950 |
CIE-Lab | 47.4562 | 81.0682 | -54.9289 |
#c30ccf color RGB value is (195,12,207).
#c30ccf hex color red value is 195, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c30ccf hue: 0.82 , saturation: 0.89 and the lightness value of c30ccf is 0.43.
The process color (four color CMYK) of #c30ccf color hex is 0.06, 0.94, 0.00, 0.19. Web safe color of #c30ccf is #cc00cc. Color #c30ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00001100 | 11001111 |
Octal | 303 | 14 | 317 |
Decimal | 195 | 12 | 207 |
Hex | C3 | C | CF |
Shades of #c30ccf
Tints of #c30ccf
RGB Percentages of Color #c30ccf
CMYK Percentages of Color #c30ccf
Complementary Color
#c30ccf | #18cf0c |
#c30ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c30ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c30ccf Color CSS Codes
.mybgcolor {background-color:#c30ccf; } .myforecolor {color:#c30ccf; } .mybordercolor {border:3px solid #c30ccf; }
#c30ccf Text Font Color
<p style="color:#c30ccf">Text here</p>
This sample text font color is #c30ccf
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.
#c30ccf Background Color
<div style="background-color:#c30ccf">
Div content here</div>
This div background color is #c30ccf
#c30ccf Border Color
<div style="border:3px solid #c30ccf">
Div here</div>
This div border color is #c30ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,12,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c30ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c30ccf; -webkit-box-shadow: 1px 1px 3px 2px #c30ccf; box-shadow: 1px 1px 3px 2px #c30ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,12,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c30ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c30ccf; -webkit-box-shadow: 1px 1px 3px 2px #c30ccf; box-shadow: 1px 1px 3px 2px #c30ccf;">
Div content here</div>
This div box has shadow with color #c30ccf
Comments
No comments written yet.
Please login to write comment.