Color spaces of #ca96bc
RGB | 202 | 150 | 188 |
---|---|---|---|
HSL | 0.88 | 0.33 | 0.69 |
HSV | 316° | 26° | 79° |
CMYK | 0.00 | 0.26 | 0.07 0.21 |
XYZ | 44.3406 | 38.0001 | 52.5747 |
Yxy | 38.0001 | 0.3287 | 0.2817 |
Hunter Lab | 61.6442 | 20.5174 | -7.4159 |
CIE-Lab | 68.0207 | 25.6269 | -12.0413 |
#ca96bc color RGB value is (202,150,188).
#ca96bc hex color red value is 202, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca96bc hue: 0.88 , saturation: 0.33 and the lightness value of ca96bc is 0.69.
The process color (four color CMYK) of #ca96bc color hex is 0.00, 0.26, 0.07, 0.21. Web safe color of #ca96bc is #cc99cc. Color #ca96bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010110 | 10111100 |
Octal | 312 | 226 | 274 |
Decimal | 202 | 150 | 188 |
Hex | CA | 96 | BC |
Shades of #ca96bc
Tints of #ca96bc
RGB Percentages of Color #ca96bc
CMYK Percentages of Color #ca96bc
Complementary Color
#ca96bc | #96caa4 |
#ca96bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca96bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca96bc Color CSS Codes
.mybgcolor {background-color:#ca96bc; } .myforecolor {color:#ca96bc; } .mybordercolor {border:3px solid #ca96bc; }
#ca96bc Text Font Color
<p style="color:#ca96bc">Text here</p>
This sample text font color is #ca96bc
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.
#ca96bc Background Color
<div style="background-color:#ca96bc">
Div content here</div>
This div background color is #ca96bc
#ca96bc Border Color
<div style="border:3px solid #ca96bc">
Div here</div>
This div border color is #ca96bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,150,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca96bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca96bc; -webkit-box-shadow: 1px 1px 3px 2px #ca96bc; box-shadow: 1px 1px 3px 2px #ca96bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,150,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca96bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca96bc; -webkit-box-shadow: 1px 1px 3px 2px #ca96bc; box-shadow: 1px 1px 3px 2px #ca96bc;">
Div content here</div>
This div box has shadow with color #ca96bc
Comments
No comments written yet.
Please login to write comment.