Color Hex Logo

#e18dac Color Hex

#E18DAC
(225,141,172)
0 Favorites   0 Comments

Color spaces of #e18dac

RGB 225141172
HSL0.940.580.72
HSV338°37°88°
CMYK 0.000.370.24   0.12
XYZ48.022638.035943.8403
Yxy38.03590.36970.2928
Hunter Lab61.673331.06291.0251
CIE-Lab68.047135.9629-2.7756

#e18dac color RGB value is (225,141,172).

#e18dac hex color red value is 225, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e18dac hue: 0.94 , saturation: 0.58 and the lightness value of e18dac is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001101 10101100
Octal 341 215 254
Decimal 225 141 172
Hex E1 8D AC

RGB Percentages of Color #e18dac

%41.82
%26.21
%31.97

CMYK Percentages of Color #e18dac

%0
%37
%24
%12

Triadic Colors of #e18dac

#e18dac #ace18d #8dace1

Analogous Colors of #e18dac

#e18dac #e1988d #e18dd6

Monochromatic Colors of #e18dac

#e18dac

Complementary Color

#e18dac #8de1c2

#e18dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18dac Color CSS Codes

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

#e18dac Text Font Color

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

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


#e18dac Background Color

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

This div background color is #e18dac


#e18dac Border Color

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

This div border color is #e18dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18dac


Comments

No comments written yet.

Please login to write comment.