Color Hex Logo

#e190ac Color Hex

#E190AC
(225,144,172)
0 Favorites   0 Comments

Color spaces of #e190ac

RGB 225144172
HSL0.940.570.72
HSV339°36°88°
CMYK 0.000.360.24   0.12
XYZ48.471038.932643.9898
Yxy38.93260.36890.2963
Hunter Lab62.396029.47091.8772
CIE-Lab68.702434.3737-1.8134

#e190ac color RGB value is (225,144,172).

#e190ac hex color red value is 225, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e190ac hue: 0.94 , saturation: 0.57 and the lightness value of e190ac is 0.72.

The process color (four color CMYK) of #e190ac color hex is 0.00, 0.36, 0.24, 0.12. Web safe color of #e190ac is #cc9999. Color #e190ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 10101100
Octal 341 220 254
Decimal 225 144 172
Hex E1 90 AC

RGB Percentages of Color #e190ac

%41.59
%26.62
%31.79

CMYK Percentages of Color #e190ac

%0
%36
%24
%12

Triadic Colors of #e190ac

#e190ac #ace190 #90ace1

Analogous Colors of #e190ac

#e190ac #e19d90 #e190d5

Monochromatic Colors of #e190ac

#e190ac

Complementary Color

#e190ac #90e1c5

#e190ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190ac Color CSS Codes

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

#e190ac Text Font Color

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

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


#e190ac Background Color

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

This div background color is #e190ac


#e190ac Border Color

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

This div border color is #e190ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190ac


Comments

No comments written yet.

Please login to write comment.