Color spaces of #cc7eda
RGB | 204 | 126 | 218 |
---|---|---|---|
HSL | 0.81 | 0.55 | 0.67 |
HSV | 291° | 42° | 85° |
CMYK | 0.06 | 0.42 | 0.00 0.15 |
XYZ | 45.0176 | 32.8210 | 70.2921 |
Yxy | 32.8210 | 0.3039 | 0.2216 |
Hunter Lab | 57.2896 | 40.0067 | -32.6438 |
CIE-Lab | 64.0157 | 44.8534 | -34.8956 |
#cc7eda color RGB value is (204,126,218).
#cc7eda hex color red value is 204, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc7eda hue: 0.81 , saturation: 0.55 and the lightness value of cc7eda is 0.67.
The process color (four color CMYK) of #cc7eda color hex is 0.06, 0.42, 0.00, 0.15. Web safe color of #cc7eda is #cc66cc. Color #cc7eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01111110 | 11011010 |
Octal | 314 | 176 | 332 |
Decimal | 204 | 126 | 218 |
Hex | CC | 7E | DA |
Shades of #cc7eda
Tints of #cc7eda
RGB Percentages of Color #cc7eda
CMYK Percentages of Color #cc7eda
Complementary Color
#cc7eda | #8cda7e |
#cc7eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc7eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc7eda Color CSS Codes
.mybgcolor {background-color:#cc7eda; } .myforecolor {color:#cc7eda; } .mybordercolor {border:3px solid #cc7eda; }
#cc7eda Text Font Color
<p style="color:#cc7eda">Text here</p>
This sample text font color is #cc7eda
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.
#cc7eda Background Color
<div style="background-color:#cc7eda">
Div content here</div>
This div background color is #cc7eda
#cc7eda Border Color
<div style="border:3px solid #cc7eda">
Div here</div>
This div border color is #cc7eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,126,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc7eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc7eda; -webkit-box-shadow: 1px 1px 3px 2px #cc7eda; box-shadow: 1px 1px 3px 2px #cc7eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,126,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc7eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc7eda; -webkit-box-shadow: 1px 1px 3px 2px #cc7eda; box-shadow: 1px 1px 3px 2px #cc7eda;">
Div content here</div>
This div box has shadow with color #cc7eda
Comments
No comments written yet.
Please login to write comment.