Color Hex Logo

#e98faa Color Hex

#E98FAA
(233,143,170)
0 Favorites   0 Comments

Color spaces of #e98faa

RGB 233143170
HSL0.950.670.74
HSV342°39°91°
CMYK 0.000.390.27   0.09
XYZ50.682439.870843.0548
Yxy39.87080.37930.2984
Hunter Lab63.143332.77333.7730
CIE-Lab69.377437.44920.4054

#e98faa color RGB value is (233,143,170).

#e98faa hex color red value is 233, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e98faa hue: 0.95 , saturation: 0.67 and the lightness value of e98faa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 10101010
Octal 351 217 252
Decimal 233 143 170
Hex E9 8F AA

RGB Percentages of Color #e98faa

%42.67
%26.19
%31.14

CMYK Percentages of Color #e98faa

%0
%39
%27
%9

Triadic Colors of #e98faa

#e98faa #aae98f #8faae9

Analogous Colors of #e98faa

#e98faa #e9a18f #e98fd7

Monochromatic Colors of #e98faa

#e98faa

Complementary Color

#e98faa #8fe9ce

#e98faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98faa Color CSS Codes

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

#e98faa Text Font Color

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

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


#e98faa Background Color

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

This div background color is #e98faa


#e98faa Border Color

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

This div border color is #e98faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98faa


Comments

No comments written yet.

Please login to write comment.