Color Hex Logo

#ea7aab Color Hex

#EA7AAB
(234,122,171)
0 Favorites   0 Comments

Color spaces of #ea7aab

RGB 234122171
HSL0.930.730.70
HSV334°48°92°
CMYK 0.000.480.27   0.08
XYZ48.241934.351842.6160
Yxy34.35180.38530.2744
Hunter Lab58.610444.3541-2.0828
CIE-Lab65.240948.6639-6.2261

#ea7aab color RGB value is (234,122,171).

#ea7aab hex color red value is 234, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea7aab hue: 0.93 , saturation: 0.73 and the lightness value of ea7aab is 0.70.

The process color (four color CMYK) of #ea7aab color hex is 0.00, 0.48, 0.27, 0.08. Web safe color of #ea7aab is #ff6699. Color #ea7aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111010 10101011
Octal 352 172 253
Decimal 234 122 171
Hex EA 7A AB

RGB Percentages of Color #ea7aab

%44.40
%23.15
%32.45

CMYK Percentages of Color #ea7aab

%0
%48
%27
%8

Triadic Colors of #ea7aab

#ea7aab #abea7a #7aabea

Analogous Colors of #ea7aab

#ea7aab #ea817a #ea7ae3

Monochromatic Colors of #ea7aab

#ea7aab

Complementary Color

#ea7aab #7aeab9

#ea7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7aab Color CSS Codes

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

#ea7aab Text Font Color

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

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


#ea7aab Background Color

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

This div background color is #ea7aab


#ea7aab Border Color

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

This div border color is #ea7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7aab


Comments

No comments written yet.

Please login to write comment.