Color Hex Logo

#e180ac Color Hex

#E180AC
(225,128,172)
0 Favorites   0 Comments

Color spaces of #e180ac

RGB 225128172
HSL0.920.620.69
HSV333°43°88°
CMYK 0.000.430.24   0.12
XYZ46.216934.424543.2384
Yxy34.42450.37310.2779
Hunter Lab58.672437.9297-2.6229
CIE-Lab65.298142.7565-6.8362

#e180ac color RGB value is (225,128,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 10101100
Octal 341 200 254
Decimal 225 128 172
Hex E1 80 AC

RGB Percentages of Color #e180ac

%42.86
%24.38
%32.76

CMYK Percentages of Color #e180ac

%0
%43
%24
%12

Triadic Colors of #e180ac

#e180ac #ace180 #80ace1

Analogous Colors of #e180ac

#e180ac #e18580 #e180dd

Monochromatic Colors of #e180ac

#e180ac

Complementary Color

#e180ac #80e1b5

#e180ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e180ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e180ac Color CSS Codes

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

#e180ac Text Font Color

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

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


#e180ac Background Color

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

This div background color is #e180ac


#e180ac Border Color

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

This div border color is #e180ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e180ac


Comments

No comments written yet.

Please login to write comment.