Color Hex Logo

#e898ae Color Hex

#E898AE
(232,152,174)
0 Favorites   0 Comments

Color spaces of #e898ae

RGB 232152174
HSL0.950.630.75
HSV344°34°91°
CMYK 0.000.340.25   0.09
XYZ52.146942.668345.5318
Yxy42.66830.37160.3040
Hunter Lab65.321028.18804.3968
CIE-Lab71.329332.90431.0079

#e898ae color RGB value is (232,152,174).

#e898ae hex color red value is 232, green value is 152 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e898ae hue: 0.95 , saturation: 0.63 and the lightness value of e898ae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011000 10101110
Octal 350 230 256
Decimal 232 152 174
Hex E8 98 AE

RGB Percentages of Color #e898ae

%41.58
%27.24
%31.18

CMYK Percentages of Color #e898ae

%0
%34
%25
%9

Triadic Colors of #e898ae

#e898ae #aee898 #98aee8

Analogous Colors of #e898ae

#e898ae #e8aa98 #e898d6

Monochromatic Colors of #e898ae

#e898ae

Complementary Color

#e898ae #98e8d2

#e898ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e898ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e898ae Color CSS Codes

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

#e898ae Text Font Color

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

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


#e898ae Background Color

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

This div background color is #e898ae


#e898ae Border Color

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

This div border color is #e898ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e898ae


Comments

No comments written yet.

Please login to write comment.