Color Hex Logo

#e55bde Color Hex

#E55BDE
(229,91,222)
0 Favorites   0 Comments

Color spaces of #e55bde

RGB 22991222
HSL0.840.730.63
HSV303°60°90°
CMYK 0.000.600.03   0.10
XYZ49.239029.414172.1895
Yxy29.41410.32640.1950
Hunter Lab54.234867.1469-40.9540
CIE-Lab61.145469.0460-41.3860

#e55bde color RGB value is (229,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011011 11011110
Octal 345 133 336
Decimal 229 91 222
Hex E5 5B DE

RGB Percentages of Color #e55bde

%42.25
%16.79
%40.96

CMYK Percentages of Color #e55bde

%0
%60
%3
%10

Triadic Colors of #e55bde

#e55bde #dee55b #5bdee5

Analogous Colors of #e55bde

#e55bde #e55b99 #a75be5

Monochromatic Colors of #e55bde

#e55bde

Complementary Color

#e55bde #5be562

#e55bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55bde Color CSS Codes

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

#e55bde Text Font Color

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

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


#e55bde Background Color

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

This div background color is #e55bde


#e55bde Border Color

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

This div border color is #e55bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55bde


Comments

No comments written yet.

Please login to write comment.