Color Hex Logo

#e42aab Color Hex

#E42AAB
(228,42,171)
0 Favorites   0 Comments

Color spaces of #e42aab

RGB 22842171
HSL0.880.780.53
HSV318°82°89°
CMYK 0.000.820.25   0.11
XYZ40.173621.090240.4815
Yxy21.09020.39480.2073
Hunter Lab45.924175.7817-20.1166
CIE-Lab53.048177.6147-24.7637

#e42aab color RGB value is (228,42,171).

#e42aab hex color red value is 228, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e42aab hue: 0.88 , saturation: 0.78 and the lightness value of e42aab is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101010 10101011
Octal 344 52 253
Decimal 228 42 171
Hex E4 2A AB

RGB Percentages of Color #e42aab

%51.70
%9.52
%38.78

CMYK Percentages of Color #e42aab

%0
%82
%25
%11

Triadic Colors of #e42aab

#e42aab #abe42a #2aabe4

Analogous Colors of #e42aab

#e42aab #e42a4e #c02ae4

Monochromatic Colors of #e42aab

#e42aab

Complementary Color

#e42aab #2ae463

#e42aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42aab Color CSS Codes

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

#e42aab Text Font Color

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

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


#e42aab Background Color

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

This div background color is #e42aab


#e42aab Border Color

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

This div border color is #e42aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42aab


Comments

No comments written yet.

Please login to write comment.