Color Hex Logo

#e181ac Color Hex

#E181AC
(225,129,172)
0 Favorites   0 Comments

Color spaces of #e181ac

RGB 225129172
HSL0.930.620.69
HSV333°43°88°
CMYK 0.000.430.24   0.12
XYZ46.348034.686643.2821
Yxy34.68660.37280.2790
Hunter Lab58.895337.4047-2.3454
CIE-Lab65.503942.2408-6.5308

#e181ac color RGB value is (225,129,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000001 10101100
Octal 341 201 254
Decimal 225 129 172
Hex E1 81 AC

RGB Percentages of Color #e181ac

%42.78
%24.52
%32.70

CMYK Percentages of Color #e181ac

%0
%43
%24
%12

Triadic Colors of #e181ac

#e181ac #ace181 #81ace1

Analogous Colors of #e181ac

#e181ac #e18681 #e181dc

Monochromatic Colors of #e181ac

#e181ac

Complementary Color

#e181ac #81e1b6

#e181ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e181ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e181ac Color CSS Codes

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

#e181ac Text Font Color

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

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


#e181ac Background Color

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

This div background color is #e181ac


#e181ac Border Color

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

This div border color is #e181ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e181ac


Comments

No comments written yet.

Please login to write comment.