Color Hex Logo

#e556cc Color Hex

#E556CC
(229,86,204)
0 Favorites   0 Comments

Color spaces of #e556cc

RGB 22986204
HSL0.860.730.62
HSV310°62°90°
CMYK 0.000.620.11   0.10
XYZ46.540027.673260.0153
Yxy27.67320.34670.2062
Hunter Lab52.605365.8599-30.8179
CIE-Lab59.592368.2645-33.6508

#e556cc color RGB value is (229,86,204).

#e556cc hex color red value is 229, green value is 86 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e556cc hue: 0.86 , saturation: 0.73 and the lightness value of e556cc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010110 11001100
Octal 345 126 314
Decimal 229 86 204
Hex E5 56 CC

RGB Percentages of Color #e556cc

%44.12
%16.57
%39.31

CMYK Percentages of Color #e556cc

%0
%62
%11
%10

Triadic Colors of #e556cc

#e556cc #cce556 #56cce5

Analogous Colors of #e556cc

#e556cc #e55685 #b756e5

Monochromatic Colors of #e556cc

#e556cc

Complementary Color

#e556cc #56e56f

#e556cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e556cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e556cc Color CSS Codes

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

#e556cc Text Font Color

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

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


#e556cc Background Color

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

This div background color is #e556cc


#e556cc Border Color

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

This div border color is #e556cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,86,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 #e556cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e556cc


Comments

No comments written yet.

Please login to write comment.