Color Hex Logo

#e19aca Color Hex

#E19ACA
(225,154,202)
0 Favorites   0 Comments

Color spaces of #e19aca

RGB 225154202
HSL0.890.540.74
HSV319°32°88°
CMYK 0.000.320.10   0.12
XYZ53.267643.383061.4434
Yxy43.38300.33690.2744
Hunter Lab65.865829.0931-9.2031
CIE-Lab71.814233.7258-13.8692

#e19aca color RGB value is (225,154,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011010 11001010
Octal 341 232 312
Decimal 225 154 202
Hex E1 9A CA

RGB Percentages of Color #e19aca

%38.73
%26.51
%34.77

CMYK Percentages of Color #e19aca

%0
%32
%10
%12

Triadic Colors of #e19aca

#e19aca #cae19a #9acae1

Analogous Colors of #e19aca

#e19aca #e19aa7 #d59ae1

Monochromatic Colors of #e19aca

#e19aca

Complementary Color

#e19aca #9ae1b1

#e19aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19aca Color CSS Codes

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

#e19aca Text Font Color

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

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


#e19aca Background Color

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

This div background color is #e19aca


#e19aca Border Color

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

This div border color is #e19aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19aca


Comments

No comments written yet.

Please login to write comment.