Color Hex Logo

#e18dbf Color Hex

#E18DBF
(225,141,191)
0 Favorites   0 Comments

Color spaces of #e18dbf

RGB 225141191
HSL0.900.580.72
HSV324°37°88°
CMYK 0.000.370.15   0.12
XYZ49.980238.818954.1488
Yxy38.81890.34960.2716
Hunter Lab62.304834.1572-7.9153
CIE-Lab68.619938.8332-12.5588

#e18dbf color RGB value is (225,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001101 10111111
Octal 341 215 277
Decimal 225 141 191
Hex E1 8D BF

RGB Percentages of Color #e18dbf

%40.39
%25.31
%34.29

CMYK Percentages of Color #e18dbf

%0
%37
%15
%12

Triadic Colors of #e18dbf

#e18dbf #bfe18d #8dbfe1

Analogous Colors of #e18dbf

#e18dbf #e18d95 #d98de1

Monochromatic Colors of #e18dbf

#e18dbf

Complementary Color

#e18dbf #8de1af

#e18dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18dbf Color CSS Codes

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

#e18dbf Text Font Color

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

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


#e18dbf Background Color

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

This div background color is #e18dbf


#e18dbf Border Color

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

This div border color is #e18dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18dbf


Comments

No comments written yet.

Please login to write comment.