Color spaces of #c47aee
RGB | 196 | 122 | 238 |
---|---|---|---|
HSL | 0.77 | 0.77 | 0.71 |
HSV | 278° | 49° | 93° |
CMYK | 0.18 | 0.49 | 0.00 0.07 |
XYZ | 45.1571 | 31.8279 | 84.6523 |
Yxy | 31.8279 | 0.2794 | 0.1969 |
Hunter Lab | 56.4162 | 44.1479 | -49.4730 |
CIE-Lab | 63.2004 | 48.7699 | -47.3509 |
#c47aee color RGB value is (196,122,238).
#c47aee hex color red value is 196, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c47aee hue: 0.77 , saturation: 0.77 and the lightness value of c47aee is 0.71.
The process color (four color CMYK) of #c47aee color hex is 0.18, 0.49, 0.00, 0.07. Web safe color of #c47aee is #cc66ff. Color #c47aee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01111010 | 11101110 |
Octal | 304 | 172 | 356 |
Decimal | 196 | 122 | 238 |
Hex | C4 | 7A | EE |
Shades of #c47aee
Tints of #c47aee
RGB Percentages of Color #c47aee
CMYK Percentages of Color #c47aee
Complementary Color
#c47aee | #a4ee7a |
#c47aee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c47aee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c47aee Color CSS Codes
.mybgcolor {background-color:#c47aee; } .myforecolor {color:#c47aee; } .mybordercolor {border:3px solid #c47aee; }
#c47aee Text Font Color
<p style="color:#c47aee">Text here</p>
This sample text font color is #c47aee
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.
#c47aee Background Color
<div style="background-color:#c47aee">
Div content here</div>
This div background color is #c47aee
#c47aee Border Color
<div style="border:3px solid #c47aee">
Div here</div>
This div border color is #c47aee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,122,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c47aee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c47aee; -webkit-box-shadow: 1px 1px 3px 2px #c47aee; box-shadow: 1px 1px 3px 2px #c47aee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,122,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c47aee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c47aee; -webkit-box-shadow: 1px 1px 3px 2px #c47aee; box-shadow: 1px 1px 3px 2px #c47aee;">
Div content here</div>
This div box has shadow with color #c47aee
Comments
No comments written yet.
Please login to write comment.