Color Hex Logo

#e182aa Color Hex

#E182AA
(225,130,170)
0 Favorites   0 Comments

Color spaces of #e182aa

RGB 225130170
HSL0.930.610.70
HSV335°42°88°
CMYK 0.000.420.24   0.12
XYZ46.289734.875142.3220
Yxy34.87510.37490.2824
Hunter Lab59.055136.5687-1.1517
CIE-Lab65.651341.4405-5.1813

#e182aa color RGB value is (225,130,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 10101010
Octal 341 202 252
Decimal 225 130 170
Hex E1 82 AA

RGB Percentages of Color #e182aa

%42.86
%24.76
%32.38

CMYK Percentages of Color #e182aa

%0
%42
%24
%12

Triadic Colors of #e182aa

#e182aa #aae182 #82aae1

Analogous Colors of #e182aa

#e182aa #e18a82 #e182da

Monochromatic Colors of #e182aa

#e182aa

Complementary Color

#e182aa #82e1b9

#e182aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182aa Color CSS Codes

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

#e182aa Text Font Color

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

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


#e182aa Background Color

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

This div background color is #e182aa


#e182aa Border Color

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

This div border color is #e182aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,130,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e182aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182aa


Comments

No comments written yet.

Please login to write comment.