Color Hex Logo

#e0aecb Color Hex

#E0AECB
(224,174,203)
0 Favorites   0 Comments

Color spaces of #e0aecb

RGB 224174203
HSL0.900.450.78
HSV325°22°88°
CMYK 0.000.220.09   0.12
XYZ56.656050.431263.2480
Yxy50.43120.33260.2961
Hunter Lab71.014918.1319-3.0950
CIE-Lab76.333222.8091-7.6802

#e0aecb color RGB value is (224,174,203).

#e0aecb hex color red value is 224, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e0aecb hue: 0.90 , saturation: 0.45 and the lightness value of e0aecb is 0.78.

The process color (four color CMYK) of #e0aecb color hex is 0.00, 0.22, 0.09, 0.12. Web safe color of #e0aecb is #cc99cc. Color #e0aecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 11001011
Octal 340 256 313
Decimal 224 174 203
Hex E0 AE CB

RGB Percentages of Color #e0aecb

%37.27
%28.95
%33.78

CMYK Percentages of Color #e0aecb

%0
%22
%9
%12

Triadic Colors of #e0aecb

#e0aecb #cbe0ae #aecbe0

Analogous Colors of #e0aecb

#e0aecb #e0aeb2 #dcaee0

Monochromatic Colors of #e0aecb

#e0aecb

Complementary Color

#e0aecb #aee0c3

#e0aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aecb Color CSS Codes

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

#e0aecb Text Font Color

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

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


#e0aecb Background Color

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

This div background color is #e0aecb


#e0aecb Border Color

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

This div border color is #e0aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aecb


Comments

No comments written yet.

Please login to write comment.