Color spaces of #cb144a
RGB | 203 | 20 | 74 |
---|---|---|---|
HSL | 0.95 | 0.82 | 0.44 |
HSV | 342° | 90° | 80° |
CMYK | 0.00 | 0.90 | 0.64 0.20 |
XYZ | 26.1148 | 13.6912 | 7.7448 |
Yxy | 13.6912 | 0.5492 | 0.2879 |
Hunter Lab | 37.0016 | 61.2279 | 13.4912 |
CIE-Lab | 43.7868 | 67.3503 | 20.2140 |
#cb144a color RGB value is (203,20,74).
#cb144a hex color red value is 203, green value is 20 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cb144a hue: 0.95 , saturation: 0.82 and the lightness value of cb144a is 0.44.
The process color (four color CMYK) of #cb144a color hex is 0.00, 0.90, 0.64, 0.20. Web safe color of #cb144a is #cc0033. Color #cb144a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00010100 | 01001010 |
Octal | 313 | 24 | 112 |
Decimal | 203 | 20 | 74 |
Hex | CB | 14 | 4A |
Shades of #cb144a
Tints of #cb144a
RGB Percentages of Color #cb144a
CMYK Percentages of Color #cb144a
Complementary Color
#cb144a | #14cb95 |
#cb144a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb144a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb144a Color CSS Codes
.mybgcolor {background-color:#cb144a; } .myforecolor {color:#cb144a; } .mybordercolor {border:3px solid #cb144a; }
#cb144a Text Font Color
<p style="color:#cb144a">Text here</p>
This sample text font color is #cb144a
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.
#cb144a Background Color
<div style="background-color:#cb144a">
Div content here</div>
This div background color is #cb144a
#cb144a Border Color
<div style="border:3px solid #cb144a">
Div here</div>
This div border color is #cb144a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,20,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb144a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb144a; -webkit-box-shadow: 1px 1px 3px 2px #cb144a; box-shadow: 1px 1px 3px 2px #cb144a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,20,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 #cb144a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb144a; -webkit-box-shadow: 1px 1px 3px 2px #cb144a; box-shadow: 1px 1px 3px 2px #cb144a;">
Div content here</div>
This div box has shadow with color #cb144a
Comments
No comments written yet.
Please login to write comment.