Color Hex Logo

#e3aade Color Hex

#E3AADE
(227,170,222)
0 Favorites   0 Comments

Color spaces of #e3aade

RGB 227170222
HSL0.850.500.78
HSV305°25°89°
CMYK 0.000.250.02   0.11
XYZ59.238150.354375.7044
Yxy50.35430.31970.2717
Hunter Lab70.960824.8306-13.5809
CIE-Lab76.286229.3093-18.0668

#e3aade color RGB value is (227,170,222).

#e3aade hex color red value is 227, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e3aade hue: 0.85 , saturation: 0.50 and the lightness value of e3aade is 0.78.

The process color (four color CMYK) of #e3aade color hex is 0.00, 0.25, 0.02, 0.11. Web safe color of #e3aade is #cc99cc. Color #e3aade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101010 11011110
Octal 343 252 336
Decimal 227 170 222
Hex E3 AA DE

RGB Percentages of Color #e3aade

%36.67
%27.46
%35.86

CMYK Percentages of Color #e3aade

%0
%25
%2
%11

Triadic Colors of #e3aade

#e3aade #dee3aa #aadee3

Analogous Colors of #e3aade

#e3aade #e3aac2 #ccaae3

Monochromatic Colors of #e3aade

#e3aade

Complementary Color

#e3aade #aae3af

#e3aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3aade Color CSS Codes

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

#e3aade Text Font Color

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

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


#e3aade Background Color

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

This div background color is #e3aade


#e3aade Border Color

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

This div border color is #e3aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3aade


Comments

No comments written yet.

Please login to write comment.