Color spaces of #c29ebb
RGB | 194 | 158 | 187 |
---|---|---|---|
HSL | 0.87 | 0.23 | 0.69 |
HSV | 312° | 19° | 76° |
CMYK | 0.00 | 0.19 | 0.04 0.24 |
XYZ | 43.4446 | 39.5109 | 52.3503 |
Yxy | 39.5109 | 0.3211 | 0.2920 |
Hunter Lab | 62.8577 | 13.3707 | -5.3786 |
CIE-Lab | 69.1197 | 18.2598 | -9.9228 |
#c29ebb color RGB value is (194,158,187).
#c29ebb hex color red value is 194, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c29ebb hue: 0.87 , saturation: 0.23 and the lightness value of c29ebb is 0.69.
The process color (four color CMYK) of #c29ebb color hex is 0.00, 0.19, 0.04, 0.24. Web safe color of #c29ebb is #cc99cc. Color #c29ebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10011110 | 10111011 |
Octal | 302 | 236 | 273 |
Decimal | 194 | 158 | 187 |
Hex | C2 | 9E | BB |
Shades of #c29ebb
Tints of #c29ebb
RGB Percentages of Color #c29ebb
CMYK Percentages of Color #c29ebb
Complementary Color
#c29ebb | #9ec2a5 |
#c29ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c29ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c29ebb Color CSS Codes
.mybgcolor {background-color:#c29ebb; } .myforecolor {color:#c29ebb; } .mybordercolor {border:3px solid #c29ebb; }
#c29ebb Text Font Color
<p style="color:#c29ebb">Text here</p>
This sample text font color is #c29ebb
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.
#c29ebb Background Color
<div style="background-color:#c29ebb">
Div content here</div>
This div background color is #c29ebb
#c29ebb Border Color
<div style="border:3px solid #c29ebb">
Div here</div>
This div border color is #c29ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,158,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c29ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c29ebb; -webkit-box-shadow: 1px 1px 3px 2px #c29ebb; box-shadow: 1px 1px 3px 2px #c29ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,158,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c29ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c29ebb; -webkit-box-shadow: 1px 1px 3px 2px #c29ebb; box-shadow: 1px 1px 3px 2px #c29ebb;">
Div content here</div>
This div box has shadow with color #c29ebb
Comments
No comments written yet.
Please login to write comment.