Color Hex Logo

#ea4aab Color Hex

#EA4AAB
(234,74,171)
0 Favorites   0 Comments

Color spaces of #ea4aab

RGB 23474171
HSL0.900.790.60
HSV324°68°92°
CMYK 0.000.680.27   0.08
XYZ43.731125.330341.1124
Yxy25.33030.39690.2299
Hunter Lab50.329267.0227-13.2017
CIE-Lab57.395869.6387-18.0108

#ea4aab color RGB value is (234,74,171).

#ea4aab hex color red value is 234, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea4aab hue: 0.90 , saturation: 0.79 and the lightness value of ea4aab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001010 10101011
Octal 352 112 253
Decimal 234 74 171
Hex EA 4A AB

RGB Percentages of Color #ea4aab

%48.85
%15.45
%35.70

CMYK Percentages of Color #ea4aab

%0
%68
%27
%8

Triadic Colors of #ea4aab

#ea4aab #abea4a #4aabea

Analogous Colors of #ea4aab

#ea4aab #ea4a5b #d94aea

Monochromatic Colors of #ea4aab

#ea4aab

Complementary Color

#ea4aab #4aea89

#ea4aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4aab Color CSS Codes

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

#ea4aab Text Font Color

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

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


#ea4aab Background Color

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

This div background color is #ea4aab


#ea4aab Border Color

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

This div border color is #ea4aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4aab


Comments

No comments written yet.

Please login to write comment.