Color Hex Logo

#e3aedf Color Hex

#E3AEDF
(227,174,223)
0 Favorites   0 Comments

Color spaces of #e3aedf

RGB 227174223
HSL0.850.490.79
HSV305°23°89°
CMYK 0.000.230.02   0.11
XYZ60.133951.930776.6663
Yxy51.93070.31860.2752
Hunter Lab72.063022.8415-12.6333
CIE-Lab77.239427.3430-17.1707

#e3aedf color RGB value is (227,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101110 11011111
Octal 343 256 337
Decimal 227 174 223
Hex E3 AE DF

RGB Percentages of Color #e3aedf

%36.38
%27.88
%35.74

CMYK Percentages of Color #e3aedf

%0
%23
%2
%11

Triadic Colors of #e3aedf

#e3aedf #dfe3ae #aedfe3

Analogous Colors of #e3aedf

#e3aedf #e3aec5 #cdaee3

Monochromatic Colors of #e3aedf

#e3aedf

Complementary Color

#e3aedf #aee3b2

#e3aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3aedf Color CSS Codes

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

#e3aedf Text Font Color

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

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


#e3aedf Background Color

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

This div background color is #e3aedf


#e3aedf Border Color

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

This div border color is #e3aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3aedf


Comments

No comments written yet.

Please login to write comment.