Color Hex Logo

#e18aac Color Hex

#E18AAC
(225,138,172)
0 Favorites   0 Comments

Color spaces of #e18aac

RGB 225138172
HSL0.930.590.71
HSV337°39°88°
CMYK 0.000.390.24   0.12
XYZ47.586237.163143.6948
Yxy37.16310.37050.2893
Hunter Lab60.961532.65330.1764
CIE-Lab67.399237.5453-3.7290

#e18aac color RGB value is (225,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001010 10101100
Octal 341 212 254
Decimal 225 138 172
Hex E1 8A AC

RGB Percentages of Color #e18aac

%42.06
%25.79
%32.15

CMYK Percentages of Color #e18aac

%0
%39
%24
%12

Triadic Colors of #e18aac

#e18aac #ace18a #8aace1

Analogous Colors of #e18aac

#e18aac #e1948a #e18ad8

Monochromatic Colors of #e18aac

#e18aac

Complementary Color

#e18aac #8ae1bf

#e18aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18aac Color CSS Codes

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

#e18aac Text Font Color

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

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


#e18aac Background Color

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

This div background color is #e18aac


#e18aac Border Color

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

This div border color is #e18aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18aac


Comments

No comments written yet.

Please login to write comment.