Color Hex Logo

#e18ead Color Hex

#E18EAD
(225,142,173)
0 Favorites   0 Comments

Color spaces of #e18ead

RGB 225142173
HSL0.940.580.72
HSV338°37°88°
CMYK 0.000.370.23   0.12
XYZ48.267238.370744.3975
Yxy38.37070.36840.2928
Hunter Lab61.944130.68610.8656
CIE-Lab68.292935.5780-2.9747

#e18ead color RGB value is (225,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 10101101
Octal 341 216 255
Decimal 225 142 173
Hex E1 8E AD

RGB Percentages of Color #e18ead

%41.67
%26.30
%32.04

CMYK Percentages of Color #e18ead

%0
%37
%23
%12

Triadic Colors of #e18ead

#e18ead #ade18e #8eade1

Analogous Colors of #e18ead

#e18ead #e1998e #e18ed7

Monochromatic Colors of #e18ead

#e18ead

Complementary Color

#e18ead #8ee1c2

#e18ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18ead Color CSS Codes

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

#e18ead Text Font Color

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

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


#e18ead Background Color

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

This div background color is #e18ead


#e18ead Border Color

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

This div border color is #e18ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18ead


Comments

No comments written yet.

Please login to write comment.