Color Hex Logo

#e18dbe Color Hex

#E18DBE
(225,141,190)
0 Favorites   0 Comments

Color spaces of #e18dbe

RGB 225141190
HSL0.900.580.72
HSV325°37°88°
CMYK 0.000.370.16   0.12
XYZ49.870538.775053.5711
Yxy38.77500.35070.2726
Hunter Lab62.269633.9854-7.4190
CIE-Lab68.588038.6752-12.0483

#e18dbe color RGB value is (225,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001101 10111110
Octal 341 215 276
Decimal 225 141 190
Hex E1 8D BE

RGB Percentages of Color #e18dbe

%40.47
%25.36
%34.17

CMYK Percentages of Color #e18dbe

%0
%37
%16
%12

Triadic Colors of #e18dbe

#e18dbe #bee18d #8dbee1

Analogous Colors of #e18dbe

#e18dbe #e18d94 #da8de1

Monochromatic Colors of #e18dbe

#e18dbe

Complementary Color

#e18dbe #8de1b0

#e18dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18dbe Color CSS Codes

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

#e18dbe Text Font Color

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

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


#e18dbe Background Color

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

This div background color is #e18dbe


#e18dbe Border Color

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

This div border color is #e18dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18dbe


Comments

No comments written yet.

Please login to write comment.