Color spaces of #ca8aab
RGB | 202 | 138 | 171 |
---|---|---|---|
HSL | 0.91 | 0.38 | 0.67 |
HSV | 329° | 32° | 79° |
CMYK | 0.00 | 0.32 | 0.15 0.21 |
XYZ | 40.7963 | 33.6738 | 42.8776 |
Yxy | 33.6738 | 0.3477 | 0.2870 |
Hunter Lab | 58.0291 | 23.9401 | -3.1889 |
CIE-Lab | 64.7028 | 29.3075 | -7.4525 |
#ca8aab color RGB value is (202,138,171).
#ca8aab hex color red value is 202, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ca8aab hue: 0.91 , saturation: 0.38 and the lightness value of ca8aab is 0.67.
The process color (four color CMYK) of #ca8aab color hex is 0.00, 0.32, 0.15, 0.21. Web safe color of #ca8aab is #cc9999. Color #ca8aab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10001010 | 10101011 |
Octal | 312 | 212 | 253 |
Decimal | 202 | 138 | 171 |
Hex | CA | 8A | AB |
Shades of #ca8aab
Tints of #ca8aab
RGB Percentages of Color #ca8aab
CMYK Percentages of Color #ca8aab
Complementary Color
#ca8aab | #8acaa9 |
#ca8aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca8aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca8aab Color CSS Codes
.mybgcolor {background-color:#ca8aab; } .myforecolor {color:#ca8aab; } .mybordercolor {border:3px solid #ca8aab; }
#ca8aab Text Font Color
<p style="color:#ca8aab">Text here</p>
This sample text font color is #ca8aab
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.
#ca8aab Background Color
<div style="background-color:#ca8aab">
Div content here</div>
This div background color is #ca8aab
#ca8aab Border Color
<div style="border:3px solid #ca8aab">
Div here</div>
This div border color is #ca8aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,138,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca8aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca8aab; -webkit-box-shadow: 1px 1px 3px 2px #ca8aab; box-shadow: 1px 1px 3px 2px #ca8aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,138,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 #ca8aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca8aab; -webkit-box-shadow: 1px 1px 3px 2px #ca8aab; box-shadow: 1px 1px 3px 2px #ca8aab;">
Div content here</div>
This div box has shadow with color #ca8aab
Comments
No comments written yet.
Please login to write comment.