Color Hex Logo

#e998aa Color Hex

#E998AA
(233,152,170)
0 Favorites   0 Comments

Color spaces of #e998aa

RGB 233152170
HSL0.960.650.75
HSV347°35°91°
CMYK 0.000.350.27   0.09
XYZ52.088242.682443.5234
Yxy42.68240.37660.3086
Hunter Lab65.331827.98526.2338
CIE-Lab71.338932.70923.2566

#e998aa color RGB value is (233,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011000 10101010
Octal 351 230 252
Decimal 233 152 170
Hex E9 98 AA

RGB Percentages of Color #e998aa

%41.98
%27.39
%30.63

CMYK Percentages of Color #e998aa

%0
%35
%27
%9

Triadic Colors of #e998aa

#e998aa #aae998 #98aae9

Analogous Colors of #e998aa

#e998aa #e9af98 #e998d3

Monochromatic Colors of #e998aa

#e998aa

Complementary Color

#e998aa #98e9d7

#e998aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e998aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e998aa Color CSS Codes

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

#e998aa Text Font Color

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

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


#e998aa Background Color

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

This div background color is #e998aa


#e998aa Border Color

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

This div border color is #e998aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e998aa


Comments

No comments written yet.

Please login to write comment.