Color Hex Logo

#e566cc Color Hex

#E566CC
(229,102,204)
0 Favorites   0 Comments

Color spaces of #e566cc

RGB 229102204
HSL0.870.710.65
HSV312°55°90°
CMYK 0.000.550.11   0.10
XYZ47.963630.520460.4898
Yxy30.52040.34510.2196
Hunter Lab55.245358.2934-26.2468
CIE-Lab62.100761.4307-29.7571

#e566cc color RGB value is (229,102,204).

#e566cc hex color red value is 229, green value is 102 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e566cc hue: 0.87 , saturation: 0.71 and the lightness value of e566cc is 0.65.

The process color (four color CMYK) of #e566cc color hex is 0.00, 0.55, 0.11, 0.10. Web safe color of #e566cc is #cc66cc. Color #e566cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100110 11001100
Octal 345 146 314
Decimal 229 102 204
Hex E5 66 CC

RGB Percentages of Color #e566cc

%42.80
%19.07
%38.13

CMYK Percentages of Color #e566cc

%0
%55
%11
%10

Triadic Colors of #e566cc

#e566cc #cce566 #66cce5

Analogous Colors of #e566cc

#e566cc #e5668d #bf66e5

Monochromatic Colors of #e566cc

#e566cc

Complementary Color

#e566cc #66e57f

#e566cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e566cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e566cc Color CSS Codes

.mybgcolor {background-color:#e566cc; } 
.myforecolor {color:#e566cc; }
.mybordercolor {border:3px solid #e566cc; }

#e566cc Text Font Color

<p style="color:#e566cc">Text here</p>

This sample text font color is #e566cc
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.


#e566cc Background Color

<div style="background-color:#e566cc">
Div content here</div>

This div background color is #e566cc


#e566cc Border Color

<div style="border:3px solid #e566cc">
Div here</div>

This div border color is #e566cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,102,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e566cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e566cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e566cc;
  box-shadow:         1px 1px 3px 2px #e566cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,102,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e566cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e566cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e566cc;
  box-shadow:         1px 1px 3px 2px #e566cc;">
Div content here</div>

This div box has shadow with color #e566cc


Comments

No comments written yet.

Please login to write comment.