Color Hex Logo

#e3aeda Color Hex

#E3AEDA
(227,174,218)
0 Favorites   0 Comments

Color spaces of #e3aeda

RGB 227174218
HSL0.860.490.79
HSV310°23°89°
CMYK 0.000.230.04   0.11
XYZ59.469551.665073.1676
Yxy51.66500.32270.2803
Hunter Lab71.878421.8971-10.0386
CIE-Lab77.080126.4429-14.6964

#e3aeda color RGB value is (227,174,218).

#e3aeda hex color red value is 227, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e3aeda hue: 0.86 , saturation: 0.49 and the lightness value of e3aeda is 0.79.

The process color (four color CMYK) of #e3aeda color hex is 0.00, 0.23, 0.04, 0.11. Web safe color of #e3aeda is #cc99cc. Color #e3aeda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101110 11011010
Octal 343 256 332
Decimal 227 174 218
Hex E3 AE DA

RGB Percentages of Color #e3aeda

%36.67
%28.11
%35.22

CMYK Percentages of Color #e3aeda

%0
%23
%4
%11

Triadic Colors of #e3aeda

#e3aeda #dae3ae #aedae3

Analogous Colors of #e3aeda

#e3aeda #e3aec0 #d2aee3

Monochromatic Colors of #e3aeda

#e3aeda

Complementary Color

#e3aeda #aee3b7

#e3aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3aeda Color CSS Codes

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

#e3aeda Text Font Color

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

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


#e3aeda Background Color

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

This div background color is #e3aeda


#e3aeda Border Color

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

This div border color is #e3aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3aeda


Comments

No comments written yet.

Please login to write comment.