Color Hex Logo

#e556de Color Hex

#E556DE
(229,86,222)
0 Favorites   0 Comments

Color spaces of #e556de

RGB 22986222
HSL0.840.730.62
HSV303°62°90°
CMYK 0.000.620.03   0.10
XYZ48.825728.587572.0518
Yxy28.58750.32670.1913
Hunter Lab53.467369.4364-42.4713
CIE-Lab60.415871.0638-42.5328

#e556de color RGB value is (229,86,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010110 11011110
Octal 345 126 336
Decimal 229 86 222
Hex E5 56 DE

RGB Percentages of Color #e556de

%42.64
%16.01
%41.34

CMYK Percentages of Color #e556de

%0
%62
%3
%10

Triadic Colors of #e556de

#e556de #dee556 #56dee5

Analogous Colors of #e556de

#e556de #e55697 #a556e5

Monochromatic Colors of #e556de

#e556de

Complementary Color

#e556de #56e55d

#e556de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e556de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e556de Color CSS Codes

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

#e556de Text Font Color

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

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


#e556de Background Color

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

This div background color is #e556de


#e556de Border Color

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

This div border color is #e556de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e556de


Comments

No comments written yet.

Please login to write comment.