Color spaces of #c30ebf
RGB | 195 | 14 | 191 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.41 |
HSV | 301° | 93° | 76° |
CMYK | 0.00 | 0.93 | 0.02 0.24 |
XYZ | 32.0667 | 15.6778 | 50.6262 |
Yxy | 15.6778 | 0.3260 | 0.1594 |
Hunter Lab | 39.5952 | 75.2690 | -48.0912 |
CIE-Lab | 46.5489 | 78.4696 | -47.0988 |
#c30ebf color RGB value is (195,14,191).
#c30ebf hex color red value is 195, green value is 14 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c30ebf hue: 0.84 , saturation: 0.87 and the lightness value of c30ebf is 0.41.
The process color (four color CMYK) of #c30ebf color hex is 0.00, 0.93, 0.02, 0.24. Web safe color of #c30ebf is #cc00cc. Color #c30ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00001110 | 10111111 |
Octal | 303 | 16 | 277 |
Decimal | 195 | 14 | 191 |
Hex | C3 | E | BF |
Shades of #c30ebf
Tints of #c30ebf
RGB Percentages of Color #c30ebf
CMYK Percentages of Color #c30ebf
Complementary Color
#c30ebf | #0ec312 |
#c30ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c30ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c30ebf Color CSS Codes
.mybgcolor {background-color:#c30ebf; } .myforecolor {color:#c30ebf; } .mybordercolor {border:3px solid #c30ebf; }
#c30ebf Text Font Color
<p style="color:#c30ebf">Text here</p>
This sample text font color is #c30ebf
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.
#c30ebf Background Color
<div style="background-color:#c30ebf">
Div content here</div>
This div background color is #c30ebf
#c30ebf Border Color
<div style="border:3px solid #c30ebf">
Div here</div>
This div border color is #c30ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,14,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c30ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c30ebf; -webkit-box-shadow: 1px 1px 3px 2px #c30ebf; box-shadow: 1px 1px 3px 2px #c30ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,14,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c30ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c30ebf; -webkit-box-shadow: 1px 1px 3px 2px #c30ebf; box-shadow: 1px 1px 3px 2px #c30ebf;">
Div content here</div>
This div box has shadow with color #c30ebf
Comments
No comments written yet.
Please login to write comment.