Color Hex Logo

#e45ada Color Hex

#E45ADA
(228,90,218)
0 Favorites   0 Comments

Color spaces of #e45ada

RGB 22890218
HSL0.850.720.62
HSV304°61°89°
CMYK 0.000.610.04   0.11
XYZ48.306028.868369.3558
Yxy28.86830.32970.1970
Hunter Lab53.729266.4567-38.9234
CIE-Lab60.665268.5630-39.9014

#e45ada color RGB value is (228,90,218).

#e45ada hex color red value is 228, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e45ada hue: 0.85 , saturation: 0.72 and the lightness value of e45ada is 0.62.

The process color (four color CMYK) of #e45ada color hex is 0.00, 0.61, 0.04, 0.11. Web safe color of #e45ada is #cc66cc. Color #e45ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01011010 11011010
Octal 344 132 332
Decimal 228 90 218
Hex E4 5A DA

RGB Percentages of Color #e45ada

%42.54
%16.79
%40.67

CMYK Percentages of Color #e45ada

%0
%61
%4
%11

Triadic Colors of #e45ada

#e45ada #dae45a #5adae4

Analogous Colors of #e45ada

#e45ada #e45a95 #a95ae4

Monochromatic Colors of #e45ada

#e45ada

Complementary Color

#e45ada #5ae464

#e45ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45ada Color CSS Codes

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

#e45ada Text Font Color

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

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


#e45ada Background Color

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

This div background color is #e45ada


#e45ada Border Color

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

This div border color is #e45ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45ada


Comments

No comments written yet.

Please login to write comment.