Color Hex Logo

#e18dde Color Hex

#E18DDE
(225,141,222)
0 Favorites   0 Comments

Color spaces of #e18dde

RGB 225141222
HSL0.840.580.72
HSV302°37°88°
CMYK 0.000.370.01   0.12
XYZ53.761040.331274.0584
Yxy40.33120.31970.2399
Hunter Lab63.506939.9702-24.6861
CIE-Lab69.704844.0868-28.1205

#e18dde color RGB value is (225,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001101 11011110
Octal 341 215 336
Decimal 225 141 222
Hex E1 8D DE

RGB Percentages of Color #e18dde

%38.27
%23.98
%37.76

CMYK Percentages of Color #e18dde

%0
%37
%1
%12

Triadic Colors of #e18dde

#e18dde #dee18d #8ddee1

Analogous Colors of #e18dde

#e18dde #e18db4 #ba8de1

Monochromatic Colors of #e18dde

#e18dde

Complementary Color

#e18dde #8de190

#e18dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18dde Color CSS Codes

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

#e18dde Text Font Color

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

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


#e18dde Background Color

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

This div background color is #e18dde


#e18dde Border Color

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

This div border color is #e18dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18dde


Comments

No comments written yet.

Please login to write comment.