Color Hex Logo

#e44aaa Color Hex

#E44AAA
(228,74,170)
0 Favorites   0 Comments

Color spaces of #e44aaa

RGB 22874170
HSL0.900.740.59
HSV323°68°89°
CMYK 0.000.680.25   0.11
XYZ41.699424.293840.5216
Yxy24.29380.39150.2281
Hunter Lab49.288764.7598-14.2418
CIE-Lab56.380867.9412-19.0652

#e44aaa color RGB value is (228,74,170).

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

The process color (four color CMYK) of #e44aaa color hex is 0.00, 0.68, 0.25, 0.11. Web safe color of #e44aaa is #cc3399. Color #e44aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 10101010
Octal 344 112 252
Decimal 228 74 170
Hex E4 4A AA

RGB Percentages of Color #e44aaa

%48.31
%15.68
%36.02

CMYK Percentages of Color #e44aaa

%0
%68
%25
%11

Triadic Colors of #e44aaa

#e44aaa #aae44a #4aaae4

Analogous Colors of #e44aaa

#e44aaa #e44a5d #d14ae4

Monochromatic Colors of #e44aaa

#e44aaa

Complementary Color

#e44aaa #4ae484

#e44aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44aaa Color CSS Codes

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

#e44aaa Text Font Color

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

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


#e44aaa Background Color

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

This div background color is #e44aaa


#e44aaa Border Color

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

This div border color is #e44aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44aaa


Comments

No comments written yet.

Please login to write comment.