Color spaces of #cc76ee
RGB | 204 | 118 | 238 |
---|---|---|---|
HSL | 0.79 | 0.78 | 0.70 |
HSV | 283° | 50° | 93° |
CMYK | 0.14 | 0.50 | 0.00 0.07 |
XYZ | 46.8129 | 31.9673 | 84.5919 |
Yxy | 31.9673 | 0.2865 | 0.1957 |
Hunter Lab | 56.5396 | 48.8476 | -49.1291 |
CIE-Lab | 63.3158 | 52.9837 | -47.1081 |
#cc76ee color RGB value is (204,118,238).
#cc76ee hex color red value is 204, green value is 118 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cc76ee hue: 0.79 , saturation: 0.78 and the lightness value of cc76ee is 0.70.
The process color (four color CMYK) of #cc76ee color hex is 0.14, 0.50, 0.00, 0.07. Web safe color of #cc76ee is #cc66ff. Color #cc76ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01110110 | 11101110 |
Octal | 314 | 166 | 356 |
Decimal | 204 | 118 | 238 |
Hex | CC | 76 | EE |
Shades of #cc76ee
Tints of #cc76ee
RGB Percentages of Color #cc76ee
CMYK Percentages of Color #cc76ee
Complementary Color
#cc76ee | #98ee76 |
#cc76ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc76ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc76ee Color CSS Codes
.mybgcolor {background-color:#cc76ee; } .myforecolor {color:#cc76ee; } .mybordercolor {border:3px solid #cc76ee; }
#cc76ee Text Font Color
<p style="color:#cc76ee">Text here</p>
This sample text font color is #cc76ee
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.
#cc76ee Background Color
<div style="background-color:#cc76ee">
Div content here</div>
This div background color is #cc76ee
#cc76ee Border Color
<div style="border:3px solid #cc76ee">
Div here</div>
This div border color is #cc76ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,118,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc76ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc76ee; -webkit-box-shadow: 1px 1px 3px 2px #cc76ee; box-shadow: 1px 1px 3px 2px #cc76ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,118,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 #cc76ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc76ee; -webkit-box-shadow: 1px 1px 3px 2px #cc76ee; box-shadow: 1px 1px 3px 2px #cc76ee;">
Div content here</div>
This div box has shadow with color #cc76ee
Comments
No comments written yet.
Please login to write comment.