Color spaces of #c49deb
RGB | 196 | 157 | 235 |
---|---|---|---|
HSL | 0.75 | 0.66 | 0.77 |
HSV | 270° | 33° | 92° |
CMYK | 0.17 | 0.33 | 0.00 0.08 |
XYZ | 49.8173 | 41.8479 | 84.0490 |
Yxy | 41.8479 | 0.2835 | 0.2382 |
Hunter Lab | 64.6900 | 24.2542 | -31.7501 |
CIE-Lab | 70.7659 | 29.1440 | -33.8690 |
#c49deb color RGB value is (196,157,235).
#c49deb hex color red value is 196, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c49deb hue: 0.75 , saturation: 0.66 and the lightness value of c49deb is 0.77.
The process color (four color CMYK) of #c49deb color hex is 0.17, 0.33, 0.00, 0.08. Web safe color of #c49deb is #cc99ff. Color #c49deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011101 | 11101011 |
Octal | 304 | 235 | 353 |
Decimal | 196 | 157 | 235 |
Hex | C4 | 9D | EB |
Shades of #c49deb
Tints of #c49deb
RGB Percentages of Color #c49deb
CMYK Percentages of Color #c49deb
Complementary Color
#c49deb | #c4eb9d |
#c49deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49deb Color CSS Codes
.mybgcolor {background-color:#c49deb; } .myforecolor {color:#c49deb; } .mybordercolor {border:3px solid #c49deb; }
#c49deb Text Font Color
<p style="color:#c49deb">Text here</p>
This sample text font color is #c49deb
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.
#c49deb Background Color
<div style="background-color:#c49deb">
Div content here</div>
This div background color is #c49deb
#c49deb Border Color
<div style="border:3px solid #c49deb">
Div here</div>
This div border color is #c49deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,157,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49deb; -webkit-box-shadow: 1px 1px 3px 2px #c49deb; box-shadow: 1px 1px 3px 2px #c49deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,157,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c49deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49deb; -webkit-box-shadow: 1px 1px 3px 2px #c49deb; box-shadow: 1px 1px 3px 2px #c49deb;">
Div content here</div>
This div box has shadow with color #c49deb
Comments
No comments written yet.
Please login to write comment.