Color Hex Logo

#e899ae Color Hex

#E899AE
(232,153,174)
0 Favorites   0 Comments

Color spaces of #e899ae

RGB 232153174
HSL0.960.630.75
HSV344°34°91°
CMYK 0.000.340.25   0.09
XYZ52.309942.994345.5861
Yxy42.99430.37130.3052
Hunter Lab65.570027.65464.6790
CIE-Lab71.551132.37411.3309

#e899ae color RGB value is (232,153,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011001 10101110
Octal 350 231 256
Decimal 232 153 174
Hex E8 99 AE

RGB Percentages of Color #e899ae

%41.50
%27.37
%31.13

CMYK Percentages of Color #e899ae

%0
%34
%25
%9

Triadic Colors of #e899ae

#e899ae #aee899 #99aee8

Analogous Colors of #e899ae

#e899ae #e8ac99 #e899d6

Monochromatic Colors of #e899ae

#e899ae

Complementary Color

#e899ae #99e8d3

#e899ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e899ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e899ae Color CSS Codes

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

#e899ae Text Font Color

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

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


#e899ae Background Color

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

This div background color is #e899ae


#e899ae Border Color

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

This div border color is #e899ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e899ae


Comments

No comments written yet.

Please login to write comment.