Color spaces of #ca5781
RGB | 202 | 87 | 129 |
---|---|---|---|
HSL | 0.94 | 0.52 | 0.57 |
HSV | 338° | 57° | 79° |
CMYK | 0.00 | 0.57 | 0.36 0.21 |
XYZ | 31.7278 | 20.9579 | 23.1419 |
Yxy | 20.9579 | 0.4184 | 0.2764 |
Hunter Lab | 45.7798 | 43.5952 | 2.0745 |
CIE-Lab | 52.9034 | 49.8490 | -0.5567 |
#ca5781 color RGB value is (202,87,129).
#ca5781 hex color red value is 202, green value is 87 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ca5781 hue: 0.94 , saturation: 0.52 and the lightness value of ca5781 is 0.57.
The process color (four color CMYK) of #ca5781 color hex is 0.00, 0.57, 0.36, 0.21. Web safe color of #ca5781 is #cc6699. Color #ca5781 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01010111 | 10000001 |
Octal | 312 | 127 | 201 |
Decimal | 202 | 87 | 129 |
Hex | CA | 57 | 81 |
Shades of #ca5781
Tints of #ca5781
RGB Percentages of Color #ca5781
CMYK Percentages of Color #ca5781
Complementary Color
#ca5781 | #57caa0 |
#ca5781 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca5781 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca5781 Color CSS Codes
.mybgcolor {background-color:#ca5781; } .myforecolor {color:#ca5781; } .mybordercolor {border:3px solid #ca5781; }
#ca5781 Text Font Color
<p style="color:#ca5781">Text here</p>
This sample text font color is #ca5781
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.
#ca5781 Background Color
<div style="background-color:#ca5781">
Div content here</div>
This div background color is #ca5781
#ca5781 Border Color
<div style="border:3px solid #ca5781">
Div here</div>
This div border color is #ca5781
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,87,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca5781; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca5781; -webkit-box-shadow: 1px 1px 3px 2px #ca5781; box-shadow: 1px 1px 3px 2px #ca5781; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,87,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca5781">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca5781; -webkit-box-shadow: 1px 1px 3px 2px #ca5781; box-shadow: 1px 1px 3px 2px #ca5781;">
Div content here</div>
This div box has shadow with color #ca5781
Comments
No comments written yet.
Please login to write comment.