Color spaces of #c10ead
RGB | 193 | 14 | 173 |
---|---|---|---|
HSL | 0.85 | 0.86 | 0.41 |
HSV | 307° | 93° | 76° |
CMYK | 0.00 | 0.93 | 0.10 0.24 |
XYZ | 29.6922 | 14.6687 | 40.8015 |
Yxy | 14.6687 | 0.3487 | 0.1722 |
Hunter Lab | 38.2997 | 71.3591 | -36.3530 |
CIE-Lab | 45.1771 | 75.5700 | -38.7124 |
#c10ead color RGB value is (193,14,173).
#c10ead hex color red value is 193, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c10ead hue: 0.85 , saturation: 0.86 and the lightness value of c10ead is 0.41.
The process color (four color CMYK) of #c10ead color hex is 0.00, 0.93, 0.10, 0.24. Web safe color of #c10ead is #cc0099. Color #c10ead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00001110 | 10101101 |
Octal | 301 | 16 | 255 |
Decimal | 193 | 14 | 173 |
Hex | C1 | E | AD |
Shades of #c10ead
Tints of #c10ead
RGB Percentages of Color #c10ead
CMYK Percentages of Color #c10ead
Complementary Color
#c10ead | #0ec122 |
#c10ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c10ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#c10ead Color CSS Codes
.mybgcolor {background-color:#c10ead; } .myforecolor {color:#c10ead; } .mybordercolor {border:3px solid #c10ead; }
#c10ead Text Font Color
<p style="color:#c10ead">Text here</p>
This sample text font color is #c10ead
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.
#c10ead Background Color
<div style="background-color:#c10ead">
Div content here</div>
This div background color is #c10ead
#c10ead Border Color
<div style="border:3px solid #c10ead">
Div here</div>
This div border color is #c10ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,14,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c10ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c10ead; -webkit-box-shadow: 1px 1px 3px 2px #c10ead; box-shadow: 1px 1px 3px 2px #c10ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,14,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c10ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c10ead; -webkit-box-shadow: 1px 1px 3px 2px #c10ead; box-shadow: 1px 1px 3px 2px #c10ead;">
Div content here</div>
This div box has shadow with color #c10ead
Comments
No comments written yet.
Please login to write comment.