Color spaces of #c29dbe
RGB | 194 | 157 | 190 |
---|---|---|---|
HSL | 0.85 | 0.23 | 0.69 |
HSV | 306° | 19° | 76° |
CMYK | 0.00 | 0.19 | 0.02 0.24 |
XYZ | 43.5994 | 39.3010 | 54.0031 |
Yxy | 39.3010 | 0.3185 | 0.2871 |
Hunter Lab | 62.6905 | 14.4331 | -7.1905 |
CIE-Lab | 68.9687 | 19.3676 | -11.8150 |
#c29dbe color RGB value is (194,157,190).
#c29dbe hex color red value is 194, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c29dbe hue: 0.85 , saturation: 0.23 and the lightness value of c29dbe is 0.69.
The process color (four color CMYK) of #c29dbe color hex is 0.00, 0.19, 0.02, 0.24. Web safe color of #c29dbe is #cc99cc. Color #c29dbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10011101 | 10111110 |
Octal | 302 | 235 | 276 |
Decimal | 194 | 157 | 190 |
Hex | C2 | 9D | BE |
Shades of #c29dbe
Tints of #c29dbe
RGB Percentages of Color #c29dbe
CMYK Percentages of Color #c29dbe
Complementary Color
#c29dbe | #9dc2a1 |
#c29dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c29dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c29dbe Color CSS Codes
.mybgcolor {background-color:#c29dbe; } .myforecolor {color:#c29dbe; } .mybordercolor {border:3px solid #c29dbe; }
#c29dbe Text Font Color
<p style="color:#c29dbe">Text here</p>
This sample text font color is #c29dbe
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.
#c29dbe Background Color
<div style="background-color:#c29dbe">
Div content here</div>
This div background color is #c29dbe
#c29dbe Border Color
<div style="border:3px solid #c29dbe">
Div here</div>
This div border color is #c29dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,157,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c29dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c29dbe; -webkit-box-shadow: 1px 1px 3px 2px #c29dbe; box-shadow: 1px 1px 3px 2px #c29dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,157,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c29dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c29dbe; -webkit-box-shadow: 1px 1px 3px 2px #c29dbe; box-shadow: 1px 1px 3px 2px #c29dbe;">
Div content here</div>
This div box has shadow with color #c29dbe
#c29dbe Color Palettes
Comments
No comments written yet.
Please login to write comment.