Color Hex Logo

#e53ada Color Hex

#E53ADA
(229,58,218)
0 Favorites   0 Comments

Color spaces of #e53ada

RGB 22958218
HSL0.840.770.56
HSV304°75°90°
CMYK 0.000.750.05   0.10
XYZ46.481024.746168.6563
Yxy24.74610.33230.1769
Hunter Lab49.745579.7317-47.0074
CIE-Lab56.827280.0166-45.9382

#e53ada color RGB value is (229,58,218).

#e53ada hex color red value is 229, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e53ada hue: 0.84 , saturation: 0.77 and the lightness value of e53ada is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 11011010
Octal 345 72 332
Decimal 229 58 218
Hex E5 3A DA

RGB Percentages of Color #e53ada

%45.35
%11.49
%43.17

CMYK Percentages of Color #e53ada

%0
%75
%5
%10

Triadic Colors of #e53ada

#e53ada #dae53a #3adae5

Analogous Colors of #e53ada

#e53ada #e53a85 #9b3ae5

Monochromatic Colors of #e53ada

#e53ada

Complementary Color

#e53ada #3ae545

#e53ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53ada Color CSS Codes

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

#e53ada Text Font Color

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

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


#e53ada Background Color

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

This div background color is #e53ada


#e53ada Border Color

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

This div border color is #e53ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53ada


Comments

No comments written yet.

Please login to write comment.