Color Hex Logo

#e185ac Color Hex

#E185AC
(225,133,172)
0 Favorites   0 Comments

Color spaces of #e185ac

RGB 225133172
HSL0.930.610.70
HSV335°41°88°
CMYK 0.000.410.24   0.12
XYZ46.885335.761243.4612
Yxy35.76120.37180.2836
Hunter Lab59.800735.2975-1.2296
CIE-Lab66.337140.1647-5.2970

#e185ac color RGB value is (225,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10101100
Octal 341 205 254
Decimal 225 133 172
Hex E1 85 AC

RGB Percentages of Color #e185ac

%42.45
%25.09
%32.45

CMYK Percentages of Color #e185ac

%0
%41
%24
%12

Triadic Colors of #e185ac

#e185ac #ace185 #85ace1

Analogous Colors of #e185ac

#e185ac #e18c85 #e185da

Monochromatic Colors of #e185ac

#e185ac

Complementary Color

#e185ac #85e1ba

#e185ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185ac Color CSS Codes

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

#e185ac Text Font Color

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

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


#e185ac Background Color

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

This div background color is #e185ac


#e185ac Border Color

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

This div border color is #e185ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185ac


Comments

No comments written yet.

Please login to write comment.