Color Hex Logo

#e19acc Color Hex

#E19ACC
(225,154,204)
0 Favorites   0 Comments

Color spaces of #e19acc

RGB 225154204
HSL0.880.540.74
HSV318°32°88°
CMYK 0.000.320.09   0.12
XYZ53.506043.478462.6988
Yxy43.47840.33510.2723
Hunter Lab65.938229.4534-10.2205
CIE-Lab71.878534.0626-14.8763

#e19acc color RGB value is (225,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011010 11001100
Octal 341 232 314
Decimal 225 154 204
Hex E1 9A CC

RGB Percentages of Color #e19acc

%38.59
%26.42
%34.99

CMYK Percentages of Color #e19acc

%0
%32
%9
%12

Triadic Colors of #e19acc

#e19acc #cce19a #9acce1

Analogous Colors of #e19acc

#e19acc #e19aa9 #d39ae1

Monochromatic Colors of #e19acc

#e19acc

Complementary Color

#e19acc #9ae1af

#e19acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19acc Color CSS Codes

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

#e19acc Text Font Color

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

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


#e19acc Background Color

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

This div background color is #e19acc


#e19acc Border Color

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

This div border color is #e19acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19acc


Comments

No comments written yet.

Please login to write comment.