Color Hex Logo

#e54ada Color Hex

#E54ADA
(229,74,218)
0 Favorites   0 Comments

Color spaces of #e54ada

RGB 22974218
HSL0.850.750.59
HSV304°68°90°
CMYK 0.000.680.05   0.10
XYZ47.416826.617568.9682
Yxy26.61750.33160.1861
Hunter Lab51.592273.7677-43.1442
CIE-Lab58.618674.9212-43.1089

#e54ada color RGB value is (229,74,218).

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

The process color (four color CMYK) of #e54ada color hex is 0.00, 0.68, 0.05, 0.10. Web safe color of #e54ada is #cc33cc. Color #e54ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 11011010
Octal 345 112 332
Decimal 229 74 218
Hex E5 4A DA

RGB Percentages of Color #e54ada

%43.95
%14.20
%41.84

CMYK Percentages of Color #e54ada

%0
%68
%5
%10

Triadic Colors of #e54ada

#e54ada #dae54a #4adae5

Analogous Colors of #e54ada

#e54ada #e54a8d #a34ae5

Monochromatic Colors of #e54ada

#e54ada

Complementary Color

#e54ada #4ae555

#e54ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ada Color CSS Codes

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

#e54ada Text Font Color

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

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


#e54ada Background Color

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

This div background color is #e54ada


#e54ada Border Color

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

This div border color is #e54ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ada


Comments

No comments written yet.

Please login to write comment.