Color Hex Logo

#e182af Color Hex

#E182AF
(225,130,175)
0 Favorites   0 Comments

Color spaces of #e182af

RGB 225130175
HSL0.920.610.70
HSV332°42°88°
CMYK 0.000.420.22   0.12
XYZ46.771835.068044.8611
Yxy35.06800.36920.2768
Hunter Lab59.218237.3511-3.4627
CIE-Lab65.801642.1538-7.7846

#e182af color RGB value is (225,130,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 10101111
Octal 341 202 257
Decimal 225 130 175
Hex E1 82 AF

RGB Percentages of Color #e182af

%42.45
%24.53
%33.02

CMYK Percentages of Color #e182af

%0
%42
%22
%12

Triadic Colors of #e182af

#e182af #afe182 #82afe1

Analogous Colors of #e182af

#e182af #e18582 #e182df

Monochromatic Colors of #e182af

#e182af

Complementary Color

#e182af #82e1b4

#e182af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182af Color CSS Codes

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

#e182af Text Font Color

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

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


#e182af Background Color

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

This div background color is #e182af


#e182af Border Color

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

This div border color is #e182af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182af


Comments

No comments written yet.

Please login to write comment.