Color spaces of #c2abea
RGB | 194 | 171 | 234 |
---|---|---|---|
HSL | 0.73 | 0.60 | 0.79 |
HSV | 262° | 27° | 92° |
CMYK | 0.17 | 0.27 | 0.00 0.08 |
XYZ | 51.6623 | 46.5357 | 84.1013 |
Yxy | 46.5357 | 0.2834 | 0.2553 |
Hunter Lab | 68.2171 | 15.8021 | -25.3436 |
CIE-Lab | 73.8918 | 20.5870 | -28.5176 |
#c2abea color RGB value is (194,171,234).
#c2abea hex color red value is 194, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c2abea hue: 0.73 , saturation: 0.60 and the lightness value of c2abea is 0.79.
The process color (four color CMYK) of #c2abea color hex is 0.17, 0.27, 0.00, 0.08. Web safe color of #c2abea is #cc99ff. Color #c2abea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10101011 | 11101010 |
Octal | 302 | 253 | 352 |
Decimal | 194 | 171 | 234 |
Hex | C2 | AB | EA |
Shades of #c2abea
Tints of #c2abea
RGB Percentages of Color #c2abea
CMYK Percentages of Color #c2abea
Complementary Color
#c2abea | #d3eaab |
#c2abea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2abea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2abea Color CSS Codes
.mybgcolor {background-color:#c2abea; } .myforecolor {color:#c2abea; } .mybordercolor {border:3px solid #c2abea; }
#c2abea Text Font Color
<p style="color:#c2abea">Text here</p>
This sample text font color is #c2abea
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.
#c2abea Background Color
<div style="background-color:#c2abea">
Div content here</div>
This div background color is #c2abea
#c2abea Border Color
<div style="border:3px solid #c2abea">
Div here</div>
This div border color is #c2abea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,171,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2abea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2abea; -webkit-box-shadow: 1px 1px 3px 2px #c2abea; box-shadow: 1px 1px 3px 2px #c2abea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,171,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2abea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2abea; -webkit-box-shadow: 1px 1px 3px 2px #c2abea; box-shadow: 1px 1px 3px 2px #c2abea;">
Div content here</div>
This div box has shadow with color #c2abea
Comments
No comments written yet.
Please login to write comment.