Color Hex Logo

#e54ebe Color Hex

#E54EBE
(229,78,190)
0 Favorites   0 Comments

Color spaces of #e54ebe

RGB 22978190
HSL0.880.740.60
HSV315°66°90°
CMYK 0.000.660.17   0.10
XYZ44.331825.824551.3633
Yxy25.82450.36480.2125
Hunter Lab50.817866.7864-24.3540
CIE-Lab57.870169.3538-28.3279

#e54ebe color RGB value is (229,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 10111110
Octal 345 116 276
Decimal 229 78 190
Hex E5 4E BE

RGB Percentages of Color #e54ebe

%46.08
%15.69
%38.23

CMYK Percentages of Color #e54ebe

%0
%66
%17
%10

Triadic Colors of #e54ebe

#e54ebe #bee54e #4ebee5

Analogous Colors of #e54ebe

#e54ebe #e54e73 #c14ee5

Monochromatic Colors of #e54ebe

#e54ebe

Complementary Color

#e54ebe #4ee575

#e54ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ebe Color CSS Codes

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

#e54ebe Text Font Color

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

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


#e54ebe Background Color

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

This div background color is #e54ebe


#e54ebe Border Color

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

This div border color is #e54ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ebe


Comments

No comments written yet.

Please login to write comment.