Color Hex Logo

#e799ad Color Hex

#E799AD
(231,153,173)
0 Favorites   0 Comments

Color spaces of #e799ad

RGB 231153173
HSL0.960.620.75
HSV345°34°91°
CMYK 0.000.340.25   0.09
XYZ51.889142.788545.0593
Yxy42.78850.37130.3062
Hunter Lab65.412927.12334.9475
CIE-Lab71.411231.87551.6683

#e799ad color RGB value is (231,153,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 10101101
Octal 347 231 255
Decimal 231 153 173
Hex E7 99 AD

RGB Percentages of Color #e799ad

%41.47
%27.47
%31.06

CMYK Percentages of Color #e799ad

%0
%34
%25
%9

Triadic Colors of #e799ad

#e799ad #ade799 #99ade7

Analogous Colors of #e799ad

#e799ad #e7ac99 #e799d4

Monochromatic Colors of #e799ad

#e799ad

Complementary Color

#e799ad #99e7d3

#e799ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e799ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e799ad Color CSS Codes

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

#e799ad Text Font Color

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

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


#e799ad Background Color

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

This div background color is #e799ad


#e799ad Border Color

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

This div border color is #e799ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,153,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e799ad


Comments

No comments written yet.

Please login to write comment.