Color spaces of #ca508d
RGB | 202 | 80 | 141 |
---|---|---|---|
HSL | 0.92 | 0.54 | 0.55 |
HSV | 330° | 60° | 79° |
CMYK | 0.00 | 0.60 | 0.30 0.21 |
XYZ | 32.0335 | 20.2170 | 27.4132 |
Yxy | 20.2170 | 0.4021 | 0.2538 |
Hunter Lab | 44.9633 | 48.4841 | -4.6736 |
CIE-Lab | 52.0817 | 54.5013 | -8.9061 |
#ca508d color RGB value is (202,80,141).
#ca508d hex color red value is 202, green value is 80 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ca508d hue: 0.92 , saturation: 0.54 and the lightness value of ca508d is 0.55.
The process color (four color CMYK) of #ca508d color hex is 0.00, 0.60, 0.30, 0.21. Web safe color of #ca508d is #cc6699. Color #ca508d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01010000 | 10001101 |
Octal | 312 | 120 | 215 |
Decimal | 202 | 80 | 141 |
Hex | CA | 50 | 8D |
Shades of #ca508d
Tints of #ca508d
RGB Percentages of Color #ca508d
CMYK Percentages of Color #ca508d
Complementary Color
#ca508d | #50ca8d |
#ca508d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca508d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca508d Color CSS Codes
.mybgcolor {background-color:#ca508d; } .myforecolor {color:#ca508d; } .mybordercolor {border:3px solid #ca508d; }
#ca508d Text Font Color
<p style="color:#ca508d">Text here</p>
This sample text font color is #ca508d
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.
#ca508d Background Color
<div style="background-color:#ca508d">
Div content here</div>
This div background color is #ca508d
#ca508d Border Color
<div style="border:3px solid #ca508d">
Div here</div>
This div border color is #ca508d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,80,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca508d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca508d; -webkit-box-shadow: 1px 1px 3px 2px #ca508d; box-shadow: 1px 1px 3px 2px #ca508d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,80,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca508d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca508d; -webkit-box-shadow: 1px 1px 3px 2px #ca508d; box-shadow: 1px 1px 3px 2px #ca508d;">
Div content here</div>
This div box has shadow with color #ca508d
Comments
No comments written yet.
Please login to write comment.