Color Hex Logo

#e18dec Color Hex

#E18DEC
(225,141,236)
0 Favorites   0 Comments

Color spaces of #e18dec

RGB 225141236
HSL0.810.710.74
HSV293°40°93°
CMYK 0.050.400.00   0.07
XYZ55.716541.113484.3560
Yxy41.11340.30750.2269
Hunter Lab64.119742.8971-33.1182
CIE-Lab70.255346.6679-34.9725

#e18dec color RGB value is (225,141,236).

#e18dec hex color red value is 225, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e18dec hue: 0.81 , saturation: 0.71 and the lightness value of e18dec is 0.74.

The process color (four color CMYK) of #e18dec color hex is 0.05, 0.40, 0.00, 0.07. Web safe color of #e18dec is #cc99ff. Color #e18dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001101 11101100
Octal 341 215 354
Decimal 225 141 236
Hex E1 8D EC

RGB Percentages of Color #e18dec

%37.38
%23.42
%39.20

CMYK Percentages of Color #e18dec

%5
%40
%0
%7

Triadic Colors of #e18dec

#e18dec #ece18d #8dece1

Analogous Colors of #e18dec

#e18dec #ec8dc8 #b28dec

Monochromatic Colors of #e18dec

#e18dec

Complementary Color

#e18dec #98ec8d

#e18dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18dec Color CSS Codes

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

#e18dec Text Font Color

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

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


#e18dec Background Color

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

This div background color is #e18dec


#e18dec Border Color

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

This div border color is #e18dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18dec


Comments

No comments written yet.

Please login to write comment.