Color Hex Logo

#e187ac Color Hex

#E187AC
(225,135,172)
0 Favorites   0 Comments

Color spaces of #e187ac

RGB 225135172
HSL0.930.600.71
HSV335°40°88°
CMYK 0.000.400.24   0.12
XYZ47.161736.314143.5533
Yxy36.31410.37130.2859
Hunter Lab60.261234.2409-0.6686
CIE-Lab66.759239.1198-4.6731

#e187ac color RGB value is (225,135,172).

#e187ac hex color red value is 225, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e187ac hue: 0.93 , saturation: 0.60 and the lightness value of e187ac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000111 10101100
Octal 341 207 254
Decimal 225 135 172
Hex E1 87 AC

RGB Percentages of Color #e187ac

%42.29
%25.38
%32.33

CMYK Percentages of Color #e187ac

%0
%40
%24
%12

Triadic Colors of #e187ac

#e187ac #ace187 #87ace1

Analogous Colors of #e187ac

#e187ac #e18f87 #e187d9

Monochromatic Colors of #e187ac

#e187ac

Complementary Color

#e187ac #87e1bc

#e187ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e187ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e187ac Color CSS Codes

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

#e187ac Text Font Color

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

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


#e187ac Background Color

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

This div background color is #e187ac


#e187ac Border Color

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

This div border color is #e187ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e187ac


Comments

No comments written yet.

Please login to write comment.