Color spaces of #ca448e
RGB | 202 | 68 | 142 |
---|---|---|---|
HSL | 0.91 | 0.56 | 0.53 |
HSV | 327° | 66° | 79° |
CMYK | 0.00 | 0.66 | 0.30 0.21 |
XYZ | 31.3067 | 18.6438 | 27.5398 |
Yxy | 18.6438 | 0.4040 | 0.2406 |
Hunter Lab | 43.1785 | 53.8597 | -7.5910 |
CIE-Lab | 50.2678 | 59.6678 | -12.2275 |
#ca448e color RGB value is (202,68,142).
#ca448e hex color red value is 202, green value is 68 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ca448e hue: 0.91 , saturation: 0.56 and the lightness value of ca448e is 0.53.
The process color (four color CMYK) of #ca448e color hex is 0.00, 0.66, 0.30, 0.21. Web safe color of #ca448e is #cc3399. Color #ca448e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01000100 | 10001110 |
Octal | 312 | 104 | 216 |
Decimal | 202 | 68 | 142 |
Hex | CA | 44 | 8E |
Shades of #ca448e
Tints of #ca448e
RGB Percentages of Color #ca448e
CMYK Percentages of Color #ca448e
Complementary Color
#ca448e | #44ca80 |
#ca448e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca448e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca448e Color CSS Codes
.mybgcolor {background-color:#ca448e; } .myforecolor {color:#ca448e; } .mybordercolor {border:3px solid #ca448e; }
#ca448e Text Font Color
<p style="color:#ca448e">Text here</p>
This sample text font color is #ca448e
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.
#ca448e Background Color
<div style="background-color:#ca448e">
Div content here</div>
This div background color is #ca448e
#ca448e Border Color
<div style="border:3px solid #ca448e">
Div here</div>
This div border color is #ca448e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,68,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca448e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca448e; -webkit-box-shadow: 1px 1px 3px 2px #ca448e; box-shadow: 1px 1px 3px 2px #ca448e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,68,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca448e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca448e; -webkit-box-shadow: 1px 1px 3px 2px #ca448e; box-shadow: 1px 1px 3px 2px #ca448e;">
Div content here</div>
This div box has shadow with color #ca448e
Comments
No comments written yet.
Please login to write comment.