Color spaces of #ca6eab
RGB | 202 | 110 | 171 |
---|---|---|---|
HSL | 0.89 | 0.46 | 0.61 |
HSV | 320° | 46° | 79° |
CMYK | 0.00 | 0.46 | 0.15 0.21 |
XYZ | 37.2837 | 26.6487 | 41.7067 |
Yxy | 26.6487 | 0.3529 | 0.2523 |
Hunter Lab | 51.6224 | 38.5805 | -11.7659 |
CIE-Lab | 58.6477 | 44.2558 | -16.5456 |
#ca6eab color RGB value is (202,110,171).
#ca6eab hex color red value is 202, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca6eab hue: 0.89 , saturation: 0.46 and the lightness value of ca6eab is 0.61.
The process color (four color CMYK) of #ca6eab color hex is 0.00, 0.46, 0.15, 0.21. Web safe color of #ca6eab is #cc6699. Color #ca6eab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01101110 | 10101011 |
Octal | 312 | 156 | 253 |
Decimal | 202 | 110 | 171 |
Hex | CA | 6E | AB |
Shades of #ca6eab
Tints of #ca6eab
RGB Percentages of Color #ca6eab
CMYK Percentages of Color #ca6eab
Complementary Color
#ca6eab | #6eca8d |
#ca6eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca6eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca6eab Color CSS Codes
.mybgcolor {background-color:#ca6eab; } .myforecolor {color:#ca6eab; } .mybordercolor {border:3px solid #ca6eab; }
#ca6eab Text Font Color
<p style="color:#ca6eab">Text here</p>
This sample text font color is #ca6eab
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.
#ca6eab Background Color
<div style="background-color:#ca6eab">
Div content here</div>
This div background color is #ca6eab
#ca6eab Border Color
<div style="border:3px solid #ca6eab">
Div here</div>
This div border color is #ca6eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,110,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca6eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca6eab; -webkit-box-shadow: 1px 1px 3px 2px #ca6eab; box-shadow: 1px 1px 3px 2px #ca6eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,110,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca6eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca6eab; -webkit-box-shadow: 1px 1px 3px 2px #ca6eab; box-shadow: 1px 1px 3px 2px #ca6eab;">
Div content here</div>
This div box has shadow with color #ca6eab
Comments
No comments written yet.
Please login to write comment.