Color Hex Logo

#e98aae Color Hex

#E98AAE
(233,138,174)
0 Favorites   0 Comments

Color spaces of #e98aae

RGB 233138174
HSL0.940.680.73
HSV337°41°91°
CMYK 0.000.410.25   0.09
XYZ50.332738.556644.8337
Yxy38.55660.37640.2883
Hunter Lab62.094036.02580.6566
CIE-Lab68.428940.6031-3.2245

#e98aae color RGB value is (233,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001010 10101110
Octal 351 212 256
Decimal 233 138 174
Hex E9 8A AE

RGB Percentages of Color #e98aae

%42.75
%25.32
%31.93

CMYK Percentages of Color #e98aae

%0
%41
%25
%9

Triadic Colors of #e98aae

#e98aae #aee98a #8aaee9

Analogous Colors of #e98aae

#e98aae #e9968a #e98ade

Monochromatic Colors of #e98aae

#e98aae

Complementary Color

#e98aae #8ae9c5

#e98aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98aae Color CSS Codes

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

#e98aae Text Font Color

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

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


#e98aae Background Color

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

This div background color is #e98aae


#e98aae Border Color

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

This div border color is #e98aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98aae


Comments

No comments written yet.

Please login to write comment.