Color Hex Logo

#e55dde Color Hex

#E55DDE
(229,93,222)
0 Favorites   0 Comments

Color spaces of #e55dde

RGB 22993222
HSL0.840.720.63
HSV303°59°90°
CMYK 0.000.590.03   0.10
XYZ49.412329.760672.2473
Yxy29.76060.32630.1965
Hunter Lab54.553366.2103-40.3331
CIE-Lab61.447168.2159-40.9123

#e55dde color RGB value is (229,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011101 11011110
Octal 345 135 336
Decimal 229 93 222
Hex E5 5D DE

RGB Percentages of Color #e55dde

%42.10
%17.10
%40.81

CMYK Percentages of Color #e55dde

%0
%59
%3
%10

Triadic Colors of #e55dde

#e55dde #dee55d #5ddee5

Analogous Colors of #e55dde

#e55dde #e55d9a #a85de5

Monochromatic Colors of #e55dde

#e55dde

Complementary Color

#e55dde #5de564

#e55dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55dde Color CSS Codes

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

#e55dde Text Font Color

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

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


#e55dde Background Color

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

This div background color is #e55dde


#e55dde Border Color

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

This div border color is #e55dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55dde


Comments

No comments written yet.

Please login to write comment.