Color Hex Logo

#e54edc Color Hex

#E54EDC
(229,78,220)
0 Favorites   0 Comments

Color spaces of #e54edc

RGB 22978220
HSL0.840.740.60
HSV304°66°90°
CMYK 0.000.660.04   0.10
XYZ47.955827.274170.4470
Yxy27.27410.32920.1872
Hunter Lab52.224672.5164-43.4204
CIE-Lab59.227273.7949-43.2786

#e54edc color RGB value is (229,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 11011100
Octal 345 116 334
Decimal 229 78 220
Hex E5 4E DC

RGB Percentages of Color #e54edc

%43.45
%14.80
%41.75

CMYK Percentages of Color #e54edc

%0
%66
%4
%10

Triadic Colors of #e54edc

#e54edc #dce54e #4edce5

Analogous Colors of #e54edc

#e54edc #e54e91 #a34ee5

Monochromatic Colors of #e54edc

#e54edc

Complementary Color

#e54edc #4ee557

#e54edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54edc Color CSS Codes

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

#e54edc Text Font Color

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

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


#e54edc Background Color

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

This div background color is #e54edc


#e54edc Border Color

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

This div border color is #e54edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54edc


Comments

No comments written yet.

Please login to write comment.