Color Hex Logo

#e54ede Color Hex

#E54EDE
(229,78,222)
0 Favorites   0 Comments

Color spaces of #e54ede

RGB 22978222
HSL0.840.740.60
HSV303°66°90°
CMYK 0.000.660.03   0.10
XYZ48.222327.380771.8507
Yxy27.38070.32700.1857
Hunter Lab52.326672.9277-44.7837
CIE-Lab59.325174.1089-44.2512

#e54ede color RGB value is (229,78,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 11011110
Octal 345 116 336
Decimal 229 78 222
Hex E5 4E DE

RGB Percentages of Color #e54ede

%43.29
%14.74
%41.97

CMYK Percentages of Color #e54ede

%0
%66
%3
%10

Triadic Colors of #e54ede

#e54ede #dee54e #4edee5

Analogous Colors of #e54ede

#e54ede #e54e93 #a14ee5

Monochromatic Colors of #e54ede

#e54ede

Complementary Color

#e54ede #4ee555

#e54ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ede Color CSS Codes

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

#e54ede Text Font Color

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

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


#e54ede Background Color

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

This div background color is #e54ede


#e54ede Border Color

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

This div border color is #e54ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ede


Comments

No comments written yet.

Please login to write comment.