Color Hex Logo

#e2aacb Color Hex

#E2AACB
(226,170,203)
0 Favorites   0 Comments

Color spaces of #e2aacb

RGB 226170203
HSL0.900.490.78
HSV325°25°89°
CMYK 0.000.250.10   0.11
XYZ56.518249.230063.0234
Yxy49.23000.33490.2917
Hunter Lab70.164120.9972-4.1411
CIE-Lab75.594225.6529-8.7566

#e2aacb color RGB value is (226,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101010 11001011
Octal 342 252 313
Decimal 226 170 203
Hex E2 AA CB

RGB Percentages of Color #e2aacb

%37.73
%28.38
%33.89

CMYK Percentages of Color #e2aacb

%0
%25
%10
%11

Triadic Colors of #e2aacb

#e2aacb #cbe2aa #aacbe2

Analogous Colors of #e2aacb

#e2aacb #e2aaaf #ddaae2

Monochromatic Colors of #e2aacb

#e2aacb

Complementary Color

#e2aacb #aae2c1

#e2aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aacb Color CSS Codes

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

#e2aacb Text Font Color

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

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


#e2aacb Background Color

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

This div background color is #e2aacb


#e2aacb Border Color

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

This div border color is #e2aacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,170,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 #e2aacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aacb


Comments

No comments written yet.

Please login to write comment.