Color Hex Logo

#e8aadd Color Hex

#E8AADD
(232,170,221)
0 Favorites   0 Comments

Color spaces of #e8aadd

RGB 232170221
HSL0.860.570.79
HSV311°27°91°
CMYK 0.000.270.05   0.09
XYZ60.704651.125775.0754
Yxy51.12570.32480.2735
Hunter Lab71.502226.4156-12.2013
CIE-Lab76.755130.7840-16.7663

#e8aadd color RGB value is (232,170,221).

#e8aadd hex color red value is 232, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e8aadd hue: 0.86 , saturation: 0.57 and the lightness value of e8aadd is 0.79.

The process color (four color CMYK) of #e8aadd color hex is 0.00, 0.27, 0.05, 0.09. Web safe color of #e8aadd is #ff99cc. Color #e8aadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101010 11011101
Octal 350 252 335
Decimal 232 170 221
Hex E8 AA DD

RGB Percentages of Color #e8aadd

%37.24
%27.29
%35.47

CMYK Percentages of Color #e8aadd

%0
%27
%5
%9

Triadic Colors of #e8aadd

#e8aadd #dde8aa #aadde8

Analogous Colors of #e8aadd

#e8aadd #e8aabe #d4aae8

Monochromatic Colors of #e8aadd

#e8aadd

Complementary Color

#e8aadd #aae8b5

#e8aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8aadd Color CSS Codes

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

#e8aadd Text Font Color

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

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


#e8aadd Background Color

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

This div background color is #e8aadd


#e8aadd Border Color

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

This div border color is #e8aadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,170,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8aadd


Comments

No comments written yet.

Please login to write comment.