Color spaces of #cd184a
RGB | 205 | 24 | 74 |
---|---|---|---|
HSL | 0.95 | 0.79 | 0.45 |
HSV | 343° | 88° | 80° |
CMYK | 0.00 | 0.88 | 0.64 0.20 |
XYZ | 26.7395 | 14.1268 | 7.7960 |
Yxy | 14.1268 | 0.5495 | 0.2903 |
Hunter Lab | 37.5856 | 61.2152 | 14.0120 |
CIE-Lab | 44.4142 | 67.2173 | 21.1136 |
#cd184a color RGB value is (205,24,74).
#cd184a hex color red value is 205, green value is 24 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cd184a hue: 0.95 , saturation: 0.79 and the lightness value of cd184a is 0.45.
The process color (four color CMYK) of #cd184a color hex is 0.00, 0.88, 0.64, 0.20. Web safe color of #cd184a is #cc0033. Color #cd184a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00011000 | 01001010 |
Octal | 315 | 30 | 112 |
Decimal | 205 | 24 | 74 |
Hex | CD | 18 | 4A |
Shades of #cd184a
Tints of #cd184a
RGB Percentages of Color #cd184a
CMYK Percentages of Color #cd184a
Complementary Color
#cd184a | #18cd9b |
#cd184a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd184a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd184a Color CSS Codes
.mybgcolor {background-color:#cd184a; } .myforecolor {color:#cd184a; } .mybordercolor {border:3px solid #cd184a; }
#cd184a Text Font Color
<p style="color:#cd184a">Text here</p>
This sample text font color is #cd184a
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.
#cd184a Background Color
<div style="background-color:#cd184a">
Div content here</div>
This div background color is #cd184a
#cd184a Border Color
<div style="border:3px solid #cd184a">
Div here</div>
This div border color is #cd184a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,24,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd184a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd184a; -webkit-box-shadow: 1px 1px 3px 2px #cd184a; box-shadow: 1px 1px 3px 2px #cd184a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,24,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd184a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd184a; -webkit-box-shadow: 1px 1px 3px 2px #cd184a; box-shadow: 1px 1px 3px 2px #cd184a;">
Div content here</div>
This div box has shadow with color #cd184a
Comments
No comments written yet.
Please login to write comment.