Color Hex Logo

#e19aa6 Color Hex

#E19AA6
(225,154,166)
0 Favorites   0 Comments

Color spaces of #e19aa6

RGB 225154166
HSL0.970.540.74
HSV350°32°88°
CMYK 0.000.320.26   0.12
XYZ49.489941.871941.5501
Yxy41.87190.37240.3150
Hunter Lab64.708523.27927.2251
CIE-Lab70.782528.18754.5585

#e19aa6 color RGB value is (225,154,166).

#e19aa6 hex color red value is 225, green value is 154 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #e19aa6 hue: 0.97 , saturation: 0.54 and the lightness value of e19aa6 is 0.74.

The process color (four color CMYK) of #e19aa6 color hex is 0.00, 0.32, 0.26, 0.12. Web safe color of #e19aa6 is #cc9999. Color #e19aa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011010 10100110
Octal 341 232 246
Decimal 225 154 166
Hex E1 9A A6

RGB Percentages of Color #e19aa6

%41.28
%28.26
%30.46

CMYK Percentages of Color #e19aa6

%0
%32
%26
%12

Triadic Colors of #e19aa6

#e19aa6 #a6e19a #9aa6e1

Analogous Colors of #e19aa6

#e19aa6 #e1b29a #e19aca

Monochromatic Colors of #e19aa6

#e19aa6

Complementary Color

#e19aa6 #9ae1d5

#e19aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19aa6 Color CSS Codes

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

#e19aa6 Text Font Color

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

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


#e19aa6 Background Color

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

This div background color is #e19aa6


#e19aa6 Border Color

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

This div border color is #e19aa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,154,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e19aa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e19aa6;
  -webkit-box-shadow: 1px 1px 3px 2px #e19aa6;
  box-shadow:         1px 1px 3px 2px #e19aa6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,154,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19aa6


Comments

No comments written yet.

Please login to write comment.