Color spaces of #ca6dbb
RGB | 202 | 109 | 187 |
---|---|---|---|
HSL | 0.86 | 0.47 | 0.61 |
HSV | 310° | 46° | 79° |
CMYK | 0.00 | 0.46 | 0.07 0.21 |
XYZ | 38.7954 | 27.0817 | 50.1963 |
Yxy | 27.0817 | 0.3342 | 0.2333 |
Hunter Lab | 52.0401 | 42.0000 | -20.7613 |
CIE-Lab | 59.0499 | 47.4039 | -25.1056 |
#ca6dbb color RGB value is (202,109,187).
#ca6dbb hex color red value is 202, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca6dbb hue: 0.86 , saturation: 0.47 and the lightness value of ca6dbb is 0.61.
The process color (four color CMYK) of #ca6dbb color hex is 0.00, 0.46, 0.07, 0.21. Web safe color of #ca6dbb is #cc66cc. Color #ca6dbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01101101 | 10111011 |
Octal | 312 | 155 | 273 |
Decimal | 202 | 109 | 187 |
Hex | CA | 6D | BB |
Shades of #ca6dbb
Tints of #ca6dbb
RGB Percentages of Color #ca6dbb
CMYK Percentages of Color #ca6dbb
Complementary Color
#ca6dbb | #6dca7c |
#ca6dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca6dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca6dbb Color CSS Codes
.mybgcolor {background-color:#ca6dbb; } .myforecolor {color:#ca6dbb; } .mybordercolor {border:3px solid #ca6dbb; }
#ca6dbb Text Font Color
<p style="color:#ca6dbb">Text here</p>
This sample text font color is #ca6dbb
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.
#ca6dbb Background Color
<div style="background-color:#ca6dbb">
Div content here</div>
This div background color is #ca6dbb
#ca6dbb Border Color
<div style="border:3px solid #ca6dbb">
Div here</div>
This div border color is #ca6dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,109,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca6dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca6dbb; -webkit-box-shadow: 1px 1px 3px 2px #ca6dbb; box-shadow: 1px 1px 3px 2px #ca6dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,109,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca6dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca6dbb; -webkit-box-shadow: 1px 1px 3px 2px #ca6dbb; box-shadow: 1px 1px 3px 2px #ca6dbb;">
Div content here</div>
This div box has shadow with color #ca6dbb
Comments
No comments written yet.
Please login to write comment.