Color spaces of #ca97aa
RGB | 202 | 151 | 170 |
---|---|---|---|
HSL | 0.94 | 0.32 | 0.69 |
HSV | 338° | 25° | 79° |
CMYK | 0.00 | 0.25 | 0.16 0.21 |
XYZ | 42.6794 | 37.5921 | 43.0368 |
Yxy | 37.5921 | 0.3461 | 0.3049 |
Hunter Lab | 61.3124 | 16.9567 | 1.3015 |
CIE-Lab | 67.7189 | 22.0232 | -2.4336 |
#ca97aa color RGB value is (202,151,170).
#ca97aa hex color red value is 202, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca97aa hue: 0.94 , saturation: 0.32 and the lightness value of ca97aa is 0.69.
The process color (four color CMYK) of #ca97aa color hex is 0.00, 0.25, 0.16, 0.21. Web safe color of #ca97aa is #cc9999. Color #ca97aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010111 | 10101010 |
Octal | 312 | 227 | 252 |
Decimal | 202 | 151 | 170 |
Hex | CA | 97 | AA |
Shades of #ca97aa
Tints of #ca97aa
RGB Percentages of Color #ca97aa
CMYK Percentages of Color #ca97aa
Complementary Color
#ca97aa | #97cab7 |
#ca97aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca97aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca97aa Color CSS Codes
.mybgcolor {background-color:#ca97aa; } .myforecolor {color:#ca97aa; } .mybordercolor {border:3px solid #ca97aa; }
#ca97aa Text Font Color
<p style="color:#ca97aa">Text here</p>
This sample text font color is #ca97aa
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.
#ca97aa Background Color
<div style="background-color:#ca97aa">
Div content here</div>
This div background color is #ca97aa
#ca97aa Border Color
<div style="border:3px solid #ca97aa">
Div here</div>
This div border color is #ca97aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,151,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca97aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca97aa; -webkit-box-shadow: 1px 1px 3px 2px #ca97aa; box-shadow: 1px 1px 3px 2px #ca97aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,151,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca97aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca97aa; -webkit-box-shadow: 1px 1px 3px 2px #ca97aa; box-shadow: 1px 1px 3px 2px #ca97aa;">
Div content here</div>
This div box has shadow with color #ca97aa
Comments
No comments written yet.
Please login to write comment.