Color spaces of #c39aca
RGB | 195 | 154 | 202 |
---|---|---|---|
HSL | 0.81 | 0.31 | 0.70 |
HSV | 291° | 24° | 79° |
CMYK | 0.03 | 0.24 | 0.00 0.21 |
XYZ | 44.7219 | 38.9776 | 61.0434 |
Yxy | 38.9776 | 0.3090 | 0.2693 |
Hunter Lab | 62.4320 | 18.6087 | -14.2688 |
CIE-Lab | 68.7350 | 23.6562 | -18.8186 |
#c39aca color RGB value is (195,154,202).
#c39aca hex color red value is 195, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c39aca hue: 0.81 , saturation: 0.31 and the lightness value of c39aca is 0.70.
The process color (four color CMYK) of #c39aca color hex is 0.03, 0.24, 0.00, 0.21. Web safe color of #c39aca is #cc99cc. Color #c39aca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10011010 | 11001010 |
Octal | 303 | 232 | 312 |
Decimal | 195 | 154 | 202 |
Hex | C3 | 9A | CA |
Shades of #c39aca
Tints of #c39aca
RGB Percentages of Color #c39aca
CMYK Percentages of Color #c39aca
Complementary Color
#c39aca | #a1ca9a |
#c39aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c39aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c39aca Color CSS Codes
.mybgcolor {background-color:#c39aca; } .myforecolor {color:#c39aca; } .mybordercolor {border:3px solid #c39aca; }
#c39aca Text Font Color
<p style="color:#c39aca">Text here</p>
This sample text font color is #c39aca
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.
#c39aca Background Color
<div style="background-color:#c39aca">
Div content here</div>
This div background color is #c39aca
#c39aca Border Color
<div style="border:3px solid #c39aca">
Div here</div>
This div border color is #c39aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,154,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c39aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c39aca; -webkit-box-shadow: 1px 1px 3px 2px #c39aca; box-shadow: 1px 1px 3px 2px #c39aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,154,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c39aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c39aca; -webkit-box-shadow: 1px 1px 3px 2px #c39aca; box-shadow: 1px 1px 3px 2px #c39aca;">
Div content here</div>
This div box has shadow with color #c39aca
Comments
No comments written yet.
Please login to write comment.