Color Hex Logo

#e98aaa Color Hex

#E98AAA
(233,138,170)
0 Favorites   0 Comments

Color spaces of #e98aaa

RGB 233138170
HSL0.940.680.73
HSV340°41°91°
CMYK 0.000.410.27   0.09
XYZ49.948538.402942.8101
Yxy38.40290.38080.2928
Hunter Lab61.970135.42522.4204
CIE-Lab68.316540.0554-1.1451

#e98aaa color RGB value is (233,138,170).

#e98aaa hex color red value is 233, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e98aaa hue: 0.94 , saturation: 0.68 and the lightness value of e98aaa is 0.73.

The process color (four color CMYK) of #e98aaa color hex is 0.00, 0.41, 0.27, 0.09. Web safe color of #e98aaa is #ff9999. Color #e98aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001010 10101010
Octal 351 212 252
Decimal 233 138 170
Hex E9 8A AA

RGB Percentages of Color #e98aaa

%43.07
%25.51
%31.42

CMYK Percentages of Color #e98aaa

%0
%41
%27
%9

Triadic Colors of #e98aaa

#e98aaa #aae98a #8aaae9

Analogous Colors of #e98aaa

#e98aaa #e99a8a #e98ada

Monochromatic Colors of #e98aaa

#e98aaa

Complementary Color

#e98aaa #8ae9c9

#e98aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98aaa Color CSS Codes

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

#e98aaa Text Font Color

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

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


#e98aaa Background Color

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

This div background color is #e98aaa


#e98aaa Border Color

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

This div border color is #e98aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98aaa


Comments

No comments written yet.

Please login to write comment.