Color Hex Logo

#e54c8e Color Hex

#E54C8E
(229,76,142)
0 Favorites   0 Comments

Color spaces of #e54c8e

RGB 22976142
HSL0.930.750.60
HSV334°67°90°
CMYK 0.000.670.38   0.10
XYZ39.780023.779928.0845
Yxy23.77990.43410.2595
Hunter Lab48.764660.2742-0.0110
CIE-Lab55.866764.2357-3.4027

#e54c8e color RGB value is (229,76,142).

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

The process color (four color CMYK) of #e54c8e color hex is 0.00, 0.67, 0.38, 0.10. Web safe color of #e54c8e is #cc3399. Color #e54c8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 10001110
Octal 345 114 216
Decimal 229 76 142
Hex E5 4C 8E

RGB Percentages of Color #e54c8e

%51.23
%17.00
%31.77

CMYK Percentages of Color #e54c8e

%0
%67
%38
%10

Triadic Colors of #e54c8e

#e54c8e #8ee54c #4c8ee5

Analogous Colors of #e54c8e

#e54c8e #e5564c #e54cdb

Monochromatic Colors of #e54c8e

#e54c8e

Complementary Color

#e54c8e #4ce5a3

#e54c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54c8e Color CSS Codes

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

#e54c8e Text Font Color

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

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


#e54c8e Background Color

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

This div background color is #e54c8e


#e54c8e Border Color

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

This div border color is #e54c8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54c8e


Comments

No comments written yet.

Please login to write comment.