Color Hex Logo

#e54dad Color Hex

#E54DAD
(229,77,173)
0 Favorites   0 Comments

Color spaces of #e54dad

RGB 22977173
HSL0.890.750.60
HSV322°66°90°
CMYK 0.000.660.24   0.10
XYZ42.509824.982942.1168
Yxy24.98290.38780.2279
Hunter Lab49.982964.3418-14.9712
CIE-Lab57.058867.4643-19.7597

#e54dad color RGB value is (229,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001101 10101101
Octal 345 115 255
Decimal 229 77 173
Hex E5 4D AD

RGB Percentages of Color #e54dad

%47.81
%16.08
%36.12

CMYK Percentages of Color #e54dad

%0
%66
%24
%10

Triadic Colors of #e54dad

#e54dad #ade54d #4dade5

Analogous Colors of #e54dad

#e54dad #e54d61 #d14de5

Monochromatic Colors of #e54dad

#e54dad

Complementary Color

#e54dad #4de585

#e54dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54dad Color CSS Codes

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

#e54dad Text Font Color

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

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


#e54dad Background Color

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

This div background color is #e54dad


#e54dad Border Color

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

This div border color is #e54dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54dad


Comments

No comments written yet.

Please login to write comment.