Color Hex Logo

#ea3aab Color Hex

#EA3AAB
(234,58,171)
0 Favorites   0 Comments

Color spaces of #ea3aab

RGB 23458171
HSL0.890.810.57
HSV321°75°92°
CMYK 0.000.750.27   0.08
XYZ42.795423.458840.8005
Yxy23.45880.39980.2191
Hunter Lab48.434372.9584-16.0412
CIE-Lab55.541874.8572-20.8409

#ea3aab color RGB value is (234,58,171).

#ea3aab hex color red value is 234, green value is 58 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea3aab hue: 0.89 , saturation: 0.81 and the lightness value of ea3aab is 0.57.

The process color (four color CMYK) of #ea3aab color hex is 0.00, 0.75, 0.27, 0.08. Web safe color of #ea3aab is #ff3399. Color #ea3aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111010 10101011
Octal 352 72 253
Decimal 234 58 171
Hex EA 3A AB

RGB Percentages of Color #ea3aab

%50.54
%12.53
%36.93

CMYK Percentages of Color #ea3aab

%0
%75
%27
%8

Triadic Colors of #ea3aab

#ea3aab #abea3a #3aabea

Analogous Colors of #ea3aab

#ea3aab #ea3a53 #d13aea

Monochromatic Colors of #ea3aab

#ea3aab

Complementary Color

#ea3aab #3aea79

#ea3aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3aab Color CSS Codes

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

#ea3aab Text Font Color

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

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


#ea3aab Background Color

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

This div background color is #ea3aab


#ea3aab Border Color

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

This div border color is #ea3aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3aab


Comments

No comments written yet.

Please login to write comment.