Color Hex Logo

#e17aca Color Hex

#E17ACA
(225,122,202)
0 Favorites   0 Comments

Color spaces of #e17aca

RGB 225122202
HSL0.870.630.68
HSV313°46°88°
CMYK 0.000.460.10   0.12
XYZ48.671534.190959.9113
Yxy34.19090.34090.2395
Hunter Lab58.473046.2514-19.8173
CIE-Lab65.113850.3919-24.0362

#e17aca color RGB value is (225,122,202).

#e17aca hex color red value is 225, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e17aca hue: 0.87 , saturation: 0.63 and the lightness value of e17aca is 0.68.

The process color (four color CMYK) of #e17aca color hex is 0.00, 0.46, 0.10, 0.12. Web safe color of #e17aca is #cc66cc. Color #e17aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111010 11001010
Octal 341 172 312
Decimal 225 122 202
Hex E1 7A CA

RGB Percentages of Color #e17aca

%40.98
%22.22
%36.79

CMYK Percentages of Color #e17aca

%0
%46
%10
%12

Triadic Colors of #e17aca

#e17aca #cae17a #7acae1

Analogous Colors of #e17aca

#e17aca #e17a97 #c57ae1

Monochromatic Colors of #e17aca

#e17aca

Complementary Color

#e17aca #7ae191

#e17aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17aca Color CSS Codes

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

#e17aca Text Font Color

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

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


#e17aca Background Color

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

This div background color is #e17aca


#e17aca Border Color

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

This div border color is #e17aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17aca


Comments

No comments written yet.

Please login to write comment.