Color spaces of #c30eaf
RGB | 195 | 14 | 175 |
---|---|---|---|
HSL | 0.85 | 0.87 | 0.41 |
HSV | 307° | 93° | 76° |
CMYK | 0.00 | 0.93 | 0.10 0.24 |
XYZ | 30.4006 | 15.0113 | 41.8526 |
Yxy | 15.0113 | 0.3484 | 0.1720 |
Hunter Lab | 38.7444 | 72.2563 | -36.9253 |
CIE-Lab | 45.6497 | 76.2097 | -39.1252 |
#c30eaf color RGB value is (195,14,175).
#c30eaf hex color red value is 195, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c30eaf hue: 0.85 , saturation: 0.87 and the lightness value of c30eaf is 0.41.
The process color (four color CMYK) of #c30eaf color hex is 0.00, 0.93, 0.10, 0.24. Web safe color of #c30eaf is #cc0099. Color #c30eaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00001110 | 10101111 |
Octal | 303 | 16 | 257 |
Decimal | 195 | 14 | 175 |
Hex | C3 | E | AF |
Shades of #c30eaf
Tints of #c30eaf
RGB Percentages of Color #c30eaf
CMYK Percentages of Color #c30eaf
Complementary Color
#c30eaf | #0ec322 |
#c30eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c30eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c30eaf Color CSS Codes
.mybgcolor {background-color:#c30eaf; } .myforecolor {color:#c30eaf; } .mybordercolor {border:3px solid #c30eaf; }
#c30eaf Text Font Color
<p style="color:#c30eaf">Text here</p>
This sample text font color is #c30eaf
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.
#c30eaf Background Color
<div style="background-color:#c30eaf">
Div content here</div>
This div background color is #c30eaf
#c30eaf Border Color
<div style="border:3px solid #c30eaf">
Div here</div>
This div border color is #c30eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,14,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c30eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c30eaf; -webkit-box-shadow: 1px 1px 3px 2px #c30eaf; box-shadow: 1px 1px 3px 2px #c30eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,14,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c30eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c30eaf; -webkit-box-shadow: 1px 1px 3px 2px #c30eaf; box-shadow: 1px 1px 3px 2px #c30eaf;">
Div content here</div>
This div box has shadow with color #c30eaf
Comments
No comments written yet.
Please login to write comment.