Color Hex Logo

#e18ebd Color Hex

#E18EBD
(225,142,189)
0 Favorites   0 Comments

Color spaces of #e18ebd

RGB 225142189
HSL0.910.580.72
HSV326°37°88°
CMYK 0.000.370.16   0.12
XYZ49.909639.027753.0467
Yxy39.02770.35150.2749
Hunter Lab62.472233.2791-6.6141
CIE-Lab68.771337.9903-11.2153

#e18ebd color RGB value is (225,142,189).

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

The process color (four color CMYK) of #e18ebd color hex is 0.00, 0.37, 0.16, 0.12. Web safe color of #e18ebd is #cc99cc. Color #e18ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 10111101
Octal 341 216 275
Decimal 225 142 189
Hex E1 8E BD

RGB Percentages of Color #e18ebd

%40.47
%25.54
%33.99

CMYK Percentages of Color #e18ebd

%0
%37
%16
%12

Triadic Colors of #e18ebd

#e18ebd #bde18e #8ebde1

Analogous Colors of #e18ebd

#e18ebd #e18e94 #dc8ee1

Monochromatic Colors of #e18ebd

#e18ebd

Complementary Color

#e18ebd #8ee1b2

#e18ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18ebd Color CSS Codes

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

#e18ebd Text Font Color

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

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


#e18ebd Background Color

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

This div background color is #e18ebd


#e18ebd Border Color

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

This div border color is #e18ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18ebd


Comments

No comments written yet.

Please login to write comment.