Color Hex Logo

#e54dbe Color Hex

#E54DBE
(229,77,190)
0 Favorites   0 Comments

Color spaces of #e54dbe

RGB 22977190
HSL0.880.750.60
HSV315°66°90°
CMYK 0.000.660.17   0.10
XYZ44.261225.683551.3398
Yxy25.68350.36490.2118
Hunter Lab50.678967.2077-24.5880
CIE-Lab57.735469.7284-28.5363

#e54dbe color RGB value is (229,77,190).

#e54dbe hex color red value is 229, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e54dbe hue: 0.88 , saturation: 0.75 and the lightness value of e54dbe is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001101 10111110
Octal 345 115 276
Decimal 229 77 190
Hex E5 4D BE

RGB Percentages of Color #e54dbe

%46.17
%15.52
%38.31

CMYK Percentages of Color #e54dbe

%0
%66
%17
%10

Triadic Colors of #e54dbe

#e54dbe #bee54d #4dbee5

Analogous Colors of #e54dbe

#e54dbe #e54d72 #c04de5

Monochromatic Colors of #e54dbe

#e54dbe

Complementary Color

#e54dbe #4de574

#e54dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54dbe Color CSS Codes

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

#e54dbe Text Font Color

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

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


#e54dbe Background Color

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

This div background color is #e54dbe


#e54dbe Border Color

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

This div border color is #e54dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,77,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e54dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54dbe


Comments

No comments written yet.

Please login to write comment.