Color Hex Logo

#e08dec Color Hex

#E08DEC
(224,141,236)
0 Favorites   0 Comments

Color spaces of #e08dec

RGB 224141236
HSL0.810.710.74
HSV292°40°93°
CMYK 0.050.400.00   0.07
XYZ55.405740.953284.3414
Yxy40.95320.30660.2266
Hunter Lab63.994742.5521-33.3446
CIE-Lab70.143146.3718-35.1553

#e08dec color RGB value is (224,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11101100
Octal 340 215 354
Decimal 224 141 236
Hex E0 8D EC

RGB Percentages of Color #e08dec

%37.27
%23.46
%39.27

CMYK Percentages of Color #e08dec

%5
%40
%0
%7

Triadic Colors of #e08dec

#e08dec #ece08d #8dece0

Analogous Colors of #e08dec

#e08dec #ec8dc9 #b18dec

Monochromatic Colors of #e08dec

#e08dec

Complementary Color

#e08dec #99ec8d

#e08dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08dec Color CSS Codes

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

#e08dec Text Font Color

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

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


#e08dec Background Color

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

This div background color is #e08dec


#e08dec Border Color

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

This div border color is #e08dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08dec


Comments

No comments written yet.

Please login to write comment.