Color Hex Logo

#ea8ab2 Color Hex

#EA8AB2
(234,138,178)
0 Favorites   0 Comments

Color spaces of #ea8ab2

RGB 234138178
HSL0.930.700.73
HSV335°41°92°
CMYK 0.000.410.24   0.08
XYZ51.056038.883746.9338
Yxy38.88370.37300.2841
Hunter Lab62.356837.0264-0.9758
CIE-Lab68.666941.5054-5.1019

#ea8ab2 color RGB value is (234,138,178).

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

The process color (four color CMYK) of #ea8ab2 color hex is 0.00, 0.41, 0.24, 0.08. Web safe color of #ea8ab2 is #ff9999. Color #ea8ab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 10110010
Octal 352 212 262
Decimal 234 138 178
Hex EA 8A B2

RGB Percentages of Color #ea8ab2

%42.55
%25.09
%32.36

CMYK Percentages of Color #ea8ab2

%0
%41
%24
%8

Triadic Colors of #ea8ab2

#ea8ab2 #b2ea8a #8ab2ea

Analogous Colors of #ea8ab2

#ea8ab2 #ea928a #ea8ae2

Monochromatic Colors of #ea8ab2

#ea8ab2

Complementary Color

#ea8ab2 #8aeac2

#ea8ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8ab2 Color CSS Codes

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

#ea8ab2 Text Font Color

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

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


#ea8ab2 Background Color

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

This div background color is #ea8ab2


#ea8ab2 Border Color

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

This div border color is #ea8ab2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,138,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8ab2


Comments

No comments written yet.

Please login to write comment.