Color spaces of #c0236a
RGB | 192 | 35 | 106 |
---|---|---|---|
HSL | 0.92 | 0.69 | 0.45 |
HSV | 333° | 82° | 75° |
CMYK | 0.00 | 0.82 | 0.45 0.25 |
XYZ | 24.9408 | 13.4491 | 14.9171 |
Yxy | 13.4491 | 0.4679 | 0.2523 |
Hunter Lab | 36.6730 | 57.2176 | 1.5543 |
CIE-Lab | 43.4323 | 63.9325 | -0.6336 |
#c0236a color RGB value is (192,35,106).
#c0236a hex color red value is 192, green value is 35 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c0236a hue: 0.92 , saturation: 0.69 and the lightness value of c0236a is 0.45.
The process color (four color CMYK) of #c0236a color hex is 0.00, 0.82, 0.45, 0.25. Web safe color of #c0236a is #cc3366. Color #c0236a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00100011 | 01101010 |
Octal | 300 | 43 | 152 |
Decimal | 192 | 35 | 106 |
Hex | C0 | 23 | 6A |
Shades of #c0236a
Tints of #c0236a
RGB Percentages of Color #c0236a
CMYK Percentages of Color #c0236a
Complementary Color
#c0236a | #23c079 |
#c0236a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0236a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0236a Color CSS Codes
.mybgcolor {background-color:#c0236a; } .myforecolor {color:#c0236a; } .mybordercolor {border:3px solid #c0236a; }
#c0236a Text Font Color
<p style="color:#c0236a">Text here</p>
This sample text font color is #c0236a
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.
#c0236a Background Color
<div style="background-color:#c0236a">
Div content here</div>
This div background color is #c0236a
#c0236a Border Color
<div style="border:3px solid #c0236a">
Div here</div>
This div border color is #c0236a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,35,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0236a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0236a; -webkit-box-shadow: 1px 1px 3px 2px #c0236a; box-shadow: 1px 1px 3px 2px #c0236a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,35,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0236a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0236a; -webkit-box-shadow: 1px 1px 3px 2px #c0236a; box-shadow: 1px 1px 3px 2px #c0236a;">
Div content here</div>
This div box has shadow with color #c0236a
Comments
No comments written yet.
Please login to write comment.