Color Hex Logo

#e54aad Color Hex

#E54AAD
(229,74,173)
0 Favorites   0 Comments

Color spaces of #e54aad

RGB 22974173
HSL0.890.750.59
HSV322°68°90°
CMYK 0.000.680.24   0.10
XYZ42.304724.572742.0485
Yxy24.57270.38840.2256
Hunter Lab49.570965.5862-15.5932
CIE-Lab56.656768.5814-20.3741

#e54aad color RGB value is (229,74,173).

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

The process color (four color CMYK) of #e54aad color hex is 0.00, 0.68, 0.24, 0.10. Web safe color of #e54aad is #cc3399. Color #e54aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 10101101
Octal 345 112 255
Decimal 229 74 173
Hex E5 4A AD

RGB Percentages of Color #e54aad

%48.11
%15.55
%36.34

CMYK Percentages of Color #e54aad

%0
%68
%24
%10

Triadic Colors of #e54aad

#e54aad #ade54a #4aade5

Analogous Colors of #e54aad

#e54aad #e54a60 #d04ae5

Monochromatic Colors of #e54aad

#e54aad

Complementary Color

#e54aad #4ae582

#e54aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54aad Color CSS Codes

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

#e54aad Text Font Color

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

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


#e54aad Background Color

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

This div background color is #e54aad


#e54aad Border Color

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

This div border color is #e54aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54aad


Comments

No comments written yet.

Please login to write comment.