Color Hex Logo

#e3aedc Color Hex

#E3AEDC
(227,174,220)
0 Favorites   0 Comments

Color spaces of #e3aedc

RGB 227174220
HSL0.860.490.79
HSV308°23°89°
CMYK 0.000.230.03   0.11
XYZ59.732951.770374.5545
Yxy51.77030.32100.2782
Hunter Lab71.951622.2722-11.0688
CIE-Lab77.143326.8009-15.6874

#e3aedc color RGB value is (227,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101110 11011100
Octal 343 256 334
Decimal 227 174 220
Hex E3 AE DC

RGB Percentages of Color #e3aedc

%36.55
%28.02
%35.43

CMYK Percentages of Color #e3aedc

%0
%23
%3
%11

Triadic Colors of #e3aedc

#e3aedc #dce3ae #aedce3

Analogous Colors of #e3aedc

#e3aedc #e3aec2 #d0aee3

Monochromatic Colors of #e3aedc

#e3aedc

Complementary Color

#e3aedc #aee3b5

#e3aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3aedc Color CSS Codes

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

#e3aedc Text Font Color

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

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


#e3aedc Background Color

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

This div background color is #e3aedc


#e3aedc Border Color

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

This div border color is #e3aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3aedc


Comments

No comments written yet.

Please login to write comment.