Color spaces of #c02567
RGB | 192 | 37 | 103 |
---|---|---|---|
HSL | 0.93 | 0.68 | 0.45 |
HSV | 334° | 81° | 75° |
CMYK | 0.00 | 0.81 | 0.46 0.25 |
XYZ | 24.8480 | 13.5089 | 14.1298 |
Yxy | 13.5089 | 0.4734 | 0.2574 |
Hunter Lab | 36.7545 | 56.3554 | 2.9348 |
CIE-Lab | 43.5202 | 63.1559 | 1.3648 |
#c02567 color RGB value is (192,37,103).
#c02567 hex color red value is 192, green value is 37 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #c02567 hue: 0.93 , saturation: 0.68 and the lightness value of c02567 is 0.45.
The process color (four color CMYK) of #c02567 color hex is 0.00, 0.81, 0.46, 0.25. Web safe color of #c02567 is #cc3366. Color #c02567 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00100101 | 01100111 |
Octal | 300 | 45 | 147 |
Decimal | 192 | 37 | 103 |
Hex | C0 | 25 | 67 |
Shades of #c02567
Tints of #c02567
RGB Percentages of Color #c02567
CMYK Percentages of Color #c02567
Complementary Color
#c02567 | #25c07e |
#c02567 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c02567 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c02567 Color CSS Codes
.mybgcolor {background-color:#c02567; } .myforecolor {color:#c02567; } .mybordercolor {border:3px solid #c02567; }
#c02567 Text Font Color
<p style="color:#c02567">Text here</p>
This sample text font color is #c02567
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.
#c02567 Background Color
<div style="background-color:#c02567">
Div content here</div>
This div background color is #c02567
#c02567 Border Color
<div style="border:3px solid #c02567">
Div here</div>
This div border color is #c02567
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,37,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c02567; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c02567; -webkit-box-shadow: 1px 1px 3px 2px #c02567; box-shadow: 1px 1px 3px 2px #c02567; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,37,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c02567">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c02567; -webkit-box-shadow: 1px 1px 3px 2px #c02567; box-shadow: 1px 1px 3px 2px #c02567;">
Div content here</div>
This div box has shadow with color #c02567
Comments
No comments written yet.
Please login to write comment.