Color spaces of #ca538a
RGB | 202 | 83 | 138 |
---|---|---|---|
HSL | 0.92 | 0.53 | 0.56 |
HSV | 332° | 59° | 79° |
CMYK | 0.00 | 0.59 | 0.32 0.21 |
XYZ | 32.0378 | 20.5780 | 26.3281 |
Yxy | 20.5780 | 0.4058 | 0.2607 |
Hunter Lab | 45.3630 | 46.6812 | -2.6571 |
CIE-Lab | 52.4845 | 52.7805 | -6.5228 |
#ca538a color RGB value is (202,83,138).
#ca538a hex color red value is 202, green value is 83 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca538a hue: 0.92 , saturation: 0.53 and the lightness value of ca538a is 0.56.
The process color (four color CMYK) of #ca538a color hex is 0.00, 0.59, 0.32, 0.21. Web safe color of #ca538a is #cc6699. Color #ca538a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01010011 | 10001010 |
Octal | 312 | 123 | 212 |
Decimal | 202 | 83 | 138 |
Hex | CA | 53 | 8A |
Shades of #ca538a
Tints of #ca538a
RGB Percentages of Color #ca538a
CMYK Percentages of Color #ca538a
Complementary Color
#ca538a | #53ca93 |
#ca538a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca538a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca538a Color CSS Codes
.mybgcolor {background-color:#ca538a; } .myforecolor {color:#ca538a; } .mybordercolor {border:3px solid #ca538a; }
#ca538a Text Font Color
<p style="color:#ca538a">Text here</p>
This sample text font color is #ca538a
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.
#ca538a Background Color
<div style="background-color:#ca538a">
Div content here</div>
This div background color is #ca538a
#ca538a Border Color
<div style="border:3px solid #ca538a">
Div here</div>
This div border color is #ca538a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,83,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca538a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca538a; -webkit-box-shadow: 1px 1px 3px 2px #ca538a; box-shadow: 1px 1px 3px 2px #ca538a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,83,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca538a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca538a; -webkit-box-shadow: 1px 1px 3px 2px #ca538a; box-shadow: 1px 1px 3px 2px #ca538a;">
Div content here</div>
This div box has shadow with color #ca538a
Comments
No comments written yet.
Please login to write comment.