Color Hex Logo

#e19ace Color Hex

#E19ACE
(225,154,206)
0 Favorites   0 Comments

Color spaces of #e19ace

RGB 225154206
HSL0.880.540.74
HSV316°32°88°
CMYK 0.000.320.08   0.12
XYZ53.747543.575063.9705
Yxy43.57500.33320.2702
Hunter Lab66.011429.8177-11.2490
CIE-Lab71.943534.4025-15.8816

#e19ace color RGB value is (225,154,206).

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

The process color (four color CMYK) of #e19ace color hex is 0.00, 0.32, 0.08, 0.12. Web safe color of #e19ace is #cc99cc. Color #e19ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011010 11001110
Octal 341 232 316
Decimal 225 154 206
Hex E1 9A CE

RGB Percentages of Color #e19ace

%38.46
%26.32
%35.21

CMYK Percentages of Color #e19ace

%0
%32
%8
%12

Triadic Colors of #e19ace

#e19ace #cee19a #9acee1

Analogous Colors of #e19ace

#e19ace #e19aab #d19ae1

Monochromatic Colors of #e19ace

#e19ace

Complementary Color

#e19ace #9ae1ad

#e19ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19ace Color CSS Codes

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

#e19ace Text Font Color

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

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


#e19ace Background Color

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

This div background color is #e19ace


#e19ace Border Color

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

This div border color is #e19ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19ace


Comments

No comments written yet.

Please login to write comment.