Color Hex Logo

#e556dc Color Hex

#E556DC
(229,86,220)
0 Favorites   0 Comments

Color spaces of #e556dc

RGB 22986220
HSL0.840.730.62
HSV304°62°90°
CMYK 0.000.620.04   0.10
XYZ48.559228.480970.6482
Yxy28.48090.32880.1928
Hunter Lab53.367569.0244-41.1312
CIE-Lab60.320770.7438-41.5577

#e556dc color RGB value is (229,86,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010110 11011100
Octal 345 126 334
Decimal 229 86 220
Hex E5 56 DC

RGB Percentages of Color #e556dc

%42.80
%16.07
%41.12

CMYK Percentages of Color #e556dc

%0
%62
%4
%10

Triadic Colors of #e556dc

#e556dc #dce556 #56dce5

Analogous Colors of #e556dc

#e556dc #e55695 #a756e5

Monochromatic Colors of #e556dc

#e556dc

Complementary Color

#e556dc #56e55f

#e556dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e556dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e556dc Color CSS Codes

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

#e556dc Text Font Color

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

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


#e556dc Background Color

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

This div background color is #e556dc


#e556dc Border Color

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

This div border color is #e556dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e556dc


Comments

No comments written yet.

Please login to write comment.