Color Hex Logo

#e7add9 Color Hex

#E7ADD9
(231,173,217)
0 Favorites   0 Comments

Color spaces of #e7add9

RGB 231173217
HSL0.870.550.79
HSV314°25°91°
CMYK 0.000.250.06   0.09
XYZ60.423051.885872.4760
Yxy51.88580.32700.2808
Hunter Lab72.031823.6769-9.2334
CIE-Lab77.212528.1456-13.9144

#e7add9 color RGB value is (231,173,217).

#e7add9 hex color red value is 231, green value is 173 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #e7add9 hue: 0.87 , saturation: 0.55 and the lightness value of e7add9 is 0.79.

The process color (four color CMYK) of #e7add9 color hex is 0.00, 0.25, 0.06, 0.09. Web safe color of #e7add9 is #ff99cc. Color #e7add9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101101 11011001
Octal 347 255 331
Decimal 231 173 217
Hex E7 AD D9

RGB Percentages of Color #e7add9

%37.20
%27.86
%34.94

CMYK Percentages of Color #e7add9

%0
%25
%6
%9

Triadic Colors of #e7add9

#e7add9 #d9e7ad #add9e7

Analogous Colors of #e7add9

#e7add9 #e7adbc #d8ade7

Monochromatic Colors of #e7add9

#e7add9

Complementary Color

#e7add9 #ade7bb

#e7add9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7add9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7add9 Color CSS Codes

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

#e7add9 Text Font Color

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

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


#e7add9 Background Color

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

This div background color is #e7add9


#e7add9 Border Color

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

This div border color is #e7add9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7add9

#e7add9 Color Palettes


Comments

No comments written yet.

Please login to write comment.