Color Hex Logo

#e2a9df Color Hex

#E2A9DF
(226,169,223)
0 Favorites   0 Comments

Color spaces of #e2a9df

RGB 226169223
HSL0.840.500.77
HSV303°25°89°
CMYK 0.000.250.01   0.11
XYZ58.871349.872476.3355
Yxy49.87240.31810.2695
Hunter Lab70.620425.2173-14.6539
CIE-Lab75.990929.6990-19.0670

#e2a9df color RGB value is (226,169,223).

#e2a9df hex color red value is 226, green value is 169 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e2a9df hue: 0.84 , saturation: 0.50 and the lightness value of e2a9df is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101001 11011111
Octal 342 251 337
Decimal 226 169 223
Hex E2 A9 DF

RGB Percentages of Color #e2a9df

%36.57
%27.35
%36.08

CMYK Percentages of Color #e2a9df

%0
%25
%1
%11

Triadic Colors of #e2a9df

#e2a9df #dfe2a9 #a9dfe2

Analogous Colors of #e2a9df

#e2a9df #e2a9c3 #c9a9e2

Monochromatic Colors of #e2a9df

#e2a9df

Complementary Color

#e2a9df #a9e2ac

#e2a9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a9df Color CSS Codes

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

#e2a9df Text Font Color

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

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


#e2a9df Background Color

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

This div background color is #e2a9df


#e2a9df Border Color

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

This div border color is #e2a9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a9df


Comments

No comments written yet.

Please login to write comment.