Color Hex Logo

#e54eab Color Hex

#E54EAB
(229,78,171)
0 Favorites   0 Comments

Color spaces of #e54eab

RGB 22978171
HSL0.900.740.60
HSV323°66°90°
CMYK 0.000.660.25   0.10
XYZ42.388225.047141.1285
Yxy25.04710.39040.2307
Hunter Lab50.047163.6011-13.6913
CIE-Lab57.121366.8298-18.5031

#e54eab color RGB value is (229,78,171).

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

The process color (four color CMYK) of #e54eab color hex is 0.00, 0.66, 0.25, 0.10. Web safe color of #e54eab is #cc6699. Color #e54eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 10101011
Octal 345 116 253
Decimal 229 78 171
Hex E5 4E AB

RGB Percentages of Color #e54eab

%47.91
%16.32
%35.77

CMYK Percentages of Color #e54eab

%0
%66
%25
%10

Triadic Colors of #e54eab

#e54eab #abe54e #4eabe5

Analogous Colors of #e54eab

#e54eab #e54e60 #d44ee5

Monochromatic Colors of #e54eab

#e54eab

Complementary Color

#e54eab #4ee588

#e54eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54eab Color CSS Codes

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

#e54eab Text Font Color

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

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


#e54eab Background Color

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

This div background color is #e54eab


#e54eab Border Color

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

This div border color is #e54eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54eab


Comments

No comments written yet.

Please login to write comment.