Color Hex Logo

#e55ede Color Hex

#E55EDE
(229,94,222)
0 Favorites   0 Comments

Color spaces of #e55ede

RGB 22994222
HSL0.840.720.63
HSV303°59°90°
CMYK 0.000.590.03   0.10
XYZ49.500629.937372.2768
Yxy29.93730.32630.1973
Hunter Lab54.715065.7376-40.0198
CIE-Lab61.600167.7959-40.6723

#e55ede color RGB value is (229,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011110 11011110
Octal 345 136 336
Decimal 229 94 222
Hex E5 5E DE

RGB Percentages of Color #e55ede

%42.02
%17.25
%40.73

CMYK Percentages of Color #e55ede

%0
%59
%3
%10

Triadic Colors of #e55ede

#e55ede #dee55e #5edee5

Analogous Colors of #e55ede

#e55ede #e55e9b #a95ee5

Monochromatic Colors of #e55ede

#e55ede

Complementary Color

#e55ede #5ee565

#e55ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ede Color CSS Codes

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

#e55ede Text Font Color

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

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


#e55ede Background Color

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

This div background color is #e55ede


#e55ede Border Color

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

This div border color is #e55ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ede


Comments

No comments written yet.

Please login to write comment.