Color Hex Logo

#ea98aa Color Hex

#EA98AA
(234,152,170)
0 Favorites   0 Comments

Color spaces of #ea98aa

RGB 234152170
HSL0.960.660.76
HSV347°35°92°
CMYK 0.000.350.27   0.08
XYZ52.415642.851243.5387
Yxy42.85120.37760.3087
Hunter Lab65.460828.37156.3882
CIE-Lab71.453933.06913.4376

#ea98aa color RGB value is (234,152,170).

#ea98aa hex color red value is 234, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea98aa hue: 0.96 , saturation: 0.66 and the lightness value of ea98aa is 0.76.

The process color (four color CMYK) of #ea98aa color hex is 0.00, 0.35, 0.27, 0.08. Web safe color of #ea98aa is #ff9999. Color #ea98aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011000 10101010
Octal 352 230 252
Decimal 234 152 170
Hex EA 98 AA

RGB Percentages of Color #ea98aa

%42.09
%27.34
%30.58

CMYK Percentages of Color #ea98aa

%0
%35
%27
%8

Triadic Colors of #ea98aa

#ea98aa #aaea98 #98aaea

Analogous Colors of #ea98aa

#ea98aa #eaaf98 #ea98d3

Monochromatic Colors of #ea98aa

#ea98aa

Complementary Color

#ea98aa #98ead8

#ea98aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea98aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea98aa Color CSS Codes

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

#ea98aa Text Font Color

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

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


#ea98aa Background Color

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

This div background color is #ea98aa


#ea98aa Border Color

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

This div border color is #ea98aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea98aa


Comments

No comments written yet.

Please login to write comment.