Color spaces of #c49fea
RGB | 196 | 159 | 234 |
---|---|---|---|
HSL | 0.75 | 0.64 | 0.77 |
HSV | 270° | 32° | 92° |
CMYK | 0.16 | 0.32 | 0.00 0.08 |
XYZ | 50.0144 | 42.4725 | 83.4039 |
Yxy | 42.4725 | 0.2843 | 0.2415 |
Hunter Lab | 65.1709 | 22.9379 | -30.2580 |
CIE-Lab | 71.1955 | 27.8235 | -32.6578 |
#c49fea color RGB value is (196,159,234).
#c49fea hex color red value is 196, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c49fea hue: 0.75 , saturation: 0.64 and the lightness value of c49fea is 0.77.
The process color (four color CMYK) of #c49fea color hex is 0.16, 0.32, 0.00, 0.08. Web safe color of #c49fea is #cc99ff. Color #c49fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011111 | 11101010 |
Octal | 304 | 237 | 352 |
Decimal | 196 | 159 | 234 |
Hex | C4 | 9F | EA |
Shades of #c49fea
Tints of #c49fea
RGB Percentages of Color #c49fea
CMYK Percentages of Color #c49fea
Complementary Color
#c49fea | #c5ea9f |
#c49fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49fea Color CSS Codes
.mybgcolor {background-color:#c49fea; } .myforecolor {color:#c49fea; } .mybordercolor {border:3px solid #c49fea; }
#c49fea Text Font Color
<p style="color:#c49fea">Text here</p>
This sample text font color is #c49fea
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.
#c49fea Background Color
<div style="background-color:#c49fea">
Div content here</div>
This div background color is #c49fea
#c49fea Border Color
<div style="border:3px solid #c49fea">
Div here</div>
This div border color is #c49fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,159,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49fea; -webkit-box-shadow: 1px 1px 3px 2px #c49fea; box-shadow: 1px 1px 3px 2px #c49fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,159,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 #c49fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49fea; -webkit-box-shadow: 1px 1px 3px 2px #c49fea; box-shadow: 1px 1px 3px 2px #c49fea;">
Div content here</div>
This div box has shadow with color #c49fea
Comments
No comments written yet.
Please login to write comment.