Color Hex Logo

#e44ada Color Hex

#E44ADA
(228,74,218)
0 Favorites   0 Comments

Color spaces of #e44ada

RGB 22874218
HSL0.840.740.59
HSV304°68°89°
CMYK 0.000.680.04   0.11
XYZ47.098626.453568.9533
Yxy26.45350.33050.1856
Hunter Lab51.433073.4497-43.4837
CIE-Lab58.465074.6940-43.3613

#e44ada color RGB value is (228,74,218).

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

The process color (four color CMYK) of #e44ada color hex is 0.00, 0.68, 0.04, 0.11. Web safe color of #e44ada is #cc33cc. Color #e44ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11011010
Octal 344 112 332
Decimal 228 74 218
Hex E4 4A DA

RGB Percentages of Color #e44ada

%43.85
%14.23
%41.92

CMYK Percentages of Color #e44ada

%0
%68
%4
%11

Triadic Colors of #e44ada

#e44ada #dae44a #4adae4

Analogous Colors of #e44ada

#e44ada #e44a8d #a14ae4

Monochromatic Colors of #e44ada

#e44ada

Complementary Color

#e44ada #4ae454

#e44ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44ada Color CSS Codes

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

#e44ada Text Font Color

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

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


#e44ada Background Color

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

This div background color is #e44ada


#e44ada Border Color

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

This div border color is #e44ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44ada


Comments

No comments written yet.

Please login to write comment.