Color spaces of #c49bea
RGB | 196 | 155 | 234 |
---|---|---|---|
HSL | 0.75 | 0.65 | 0.76 |
HSV | 271° | 34° | 92° |
CMYK | 0.16 | 0.34 | 0.00 0.08 |
XYZ | 49.3376 | 41.1190 | 83.1783 |
Yxy | 41.1190 | 0.2841 | 0.2368 |
Hunter Lab | 64.1241 | 25.1222 | -32.0209 |
CIE-Lab | 70.2592 | 30.0300 | -34.1069 |
#c49bea color RGB value is (196,155,234).
#c49bea hex color red value is 196, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c49bea hue: 0.75 , saturation: 0.65 and the lightness value of c49bea is 0.76.
The process color (four color CMYK) of #c49bea color hex is 0.16, 0.34, 0.00, 0.08. Web safe color of #c49bea is #cc99ff. Color #c49bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011011 | 11101010 |
Octal | 304 | 233 | 352 |
Decimal | 196 | 155 | 234 |
Hex | C4 | 9B | EA |
Shades of #c49bea
Tints of #c49bea
RGB Percentages of Color #c49bea
CMYK Percentages of Color #c49bea
Complementary Color
#c49bea | #c1ea9b |
#c49bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49bea Color CSS Codes
.mybgcolor {background-color:#c49bea; } .myforecolor {color:#c49bea; } .mybordercolor {border:3px solid #c49bea; }
#c49bea Text Font Color
<p style="color:#c49bea">Text here</p>
This sample text font color is #c49bea
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.
#c49bea Background Color
<div style="background-color:#c49bea">
Div content here</div>
This div background color is #c49bea
#c49bea Border Color
<div style="border:3px solid #c49bea">
Div here</div>
This div border color is #c49bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,155,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49bea; -webkit-box-shadow: 1px 1px 3px 2px #c49bea; box-shadow: 1px 1px 3px 2px #c49bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,155,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 #c49bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49bea; -webkit-box-shadow: 1px 1px 3px 2px #c49bea; box-shadow: 1px 1px 3px 2px #c49bea;">
Div content here</div>
This div box has shadow with color #c49bea
#c49bea Color Palettes
Comments
No comments written yet.
Please login to write comment.