Color Hex Logo

#e54ebc Color Hex

#E54EBC
(229,78,188)
0 Favorites   0 Comments

Color spaces of #e54ebc

RGB 22978188
HSL0.880.740.60
HSV316°66°90°
CMYK 0.000.660.18   0.10
XYZ44.114625.737650.2197
Yxy25.73760.36740.2144
Hunter Lab50.732266.4346-23.1784
CIE-Lab57.787169.0771-27.3067

#e54ebc color RGB value is (229,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 10111100
Octal 345 116 274
Decimal 229 78 188
Hex E5 4E BC

RGB Percentages of Color #e54ebc

%46.26
%15.76
%37.98

CMYK Percentages of Color #e54ebc

%0
%66
%18
%10

Triadic Colors of #e54ebc

#e54ebc #bce54e #4ebce5

Analogous Colors of #e54ebc

#e54ebc #e54e71 #c34ee5

Monochromatic Colors of #e54ebc

#e54ebc

Complementary Color

#e54ebc #4ee577

#e54ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ebc Color CSS Codes

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

#e54ebc Text Font Color

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

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


#e54ebc Background Color

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

This div background color is #e54ebc


#e54ebc Border Color

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

This div border color is #e54ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ebc


Comments

No comments written yet.

Please login to write comment.