Color Hex Logo

#e18ebf Color Hex

#E18EBF
(225,142,191)
0 Favorites   0 Comments

Color spaces of #e18ebf

RGB 225142191
HSL0.900.580.72
HSV325°37°88°
CMYK 0.000.370.15   0.12
XYZ50.128339.115154.1981
Yxy39.11510.34950.2727
Hunter Lab62.542133.6215-7.6005
CIE-Lab68.834638.3060-12.2367

#e18ebf color RGB value is (225,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 10111111
Octal 341 216 277
Decimal 225 142 191
Hex E1 8E BF

RGB Percentages of Color #e18ebf

%40.32
%25.45
%34.23

CMYK Percentages of Color #e18ebf

%0
%37
%15
%12

Triadic Colors of #e18ebf

#e18ebf #bfe18e #8ebfe1

Analogous Colors of #e18ebf

#e18ebf #e18e96 #da8ee1

Monochromatic Colors of #e18ebf

#e18ebf

Complementary Color

#e18ebf #8ee1b0

#e18ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18ebf Color CSS Codes

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

#e18ebf Text Font Color

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

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


#e18ebf Background Color

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

This div background color is #e18ebf


#e18ebf Border Color

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

This div border color is #e18ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18ebf


Comments

No comments written yet.

Please login to write comment.