Color Hex Logo

#e182ac Color Hex

#E182AC
(225,130,172)
0 Favorites   0 Comments

Color spaces of #e182ac

RGB 225130172
HSL0.930.610.70
HSV333°42°88°
CMYK 0.000.420.24   0.12
XYZ46.480434.951443.3262
Yxy34.95140.37260.2802
Hunter Lab59.119736.8787-2.0672
CIE-Lab65.710841.7235-6.2241

#e182ac color RGB value is (225,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 10101100
Octal 341 202 254
Decimal 225 130 172
Hex E1 82 AC

RGB Percentages of Color #e182ac

%42.69
%24.67
%32.64

CMYK Percentages of Color #e182ac

%0
%42
%24
%12

Triadic Colors of #e182ac

#e182ac #ace182 #82ace1

Analogous Colors of #e182ac

#e182ac #e18882 #e182dc

Monochromatic Colors of #e182ac

#e182ac

Complementary Color

#e182ac #82e1b7

#e182ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182ac Color CSS Codes

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

#e182ac Text Font Color

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

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


#e182ac Background Color

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

This div background color is #e182ac


#e182ac Border Color

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

This div border color is #e182ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182ac


Comments

No comments written yet.

Please login to write comment.