Color spaces of #c05ead
RGB | 192 | 94 | 173 |
---|---|---|---|
HSL | 0.87 | 0.44 | 0.56 |
HSV | 312° | 51° | 75° |
CMYK | 0.00 | 0.51 | 0.10 0.25 |
XYZ | 33.2838 | 22.2290 | 42.0715 |
Yxy | 22.2290 | 0.3411 | 0.2278 |
Hunter Lab | 47.1476 | 43.5034 | -19.9032 |
CIE-Lab | 54.2691 | 49.5420 | -24.5172 |
#c05ead color RGB value is (192,94,173).
#c05ead hex color red value is 192, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c05ead hue: 0.87 , saturation: 0.44 and the lightness value of c05ead is 0.56.
The process color (four color CMYK) of #c05ead color hex is 0.00, 0.51, 0.10, 0.25. Web safe color of #c05ead is #cc6699. Color #c05ead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01011110 | 10101101 |
Octal | 300 | 136 | 255 |
Decimal | 192 | 94 | 173 |
Hex | C0 | 5E | AD |
Shades of #c05ead
Tints of #c05ead
RGB Percentages of Color #c05ead
CMYK Percentages of Color #c05ead
Complementary Color
#c05ead | #5ec071 |
#c05ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c05ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#c05ead Color CSS Codes
.mybgcolor {background-color:#c05ead; } .myforecolor {color:#c05ead; } .mybordercolor {border:3px solid #c05ead; }
#c05ead Text Font Color
<p style="color:#c05ead">Text here</p>
This sample text font color is #c05ead
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.
#c05ead Background Color
<div style="background-color:#c05ead">
Div content here</div>
This div background color is #c05ead
#c05ead Border Color
<div style="border:3px solid #c05ead">
Div here</div>
This div border color is #c05ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,94,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c05ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c05ead; -webkit-box-shadow: 1px 1px 3px 2px #c05ead; box-shadow: 1px 1px 3px 2px #c05ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,94,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 #c05ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c05ead; -webkit-box-shadow: 1px 1px 3px 2px #c05ead; box-shadow: 1px 1px 3px 2px #c05ead;">
Div content here</div>
This div box has shadow with color #c05ead
Comments
No comments written yet.
Please login to write comment.