Color Hex Logo

#e08def Color Hex

#E08DEF
(224,141,239)
0 Favorites   0 Comments

Color spaces of #e08def

RGB 224141239
HSL0.810.750.75
HSV291°41°94°
CMYK 0.060.410.00   0.06
XYZ55.845341.129086.6567
Yxy41.12900.30410.2240
Hunter Lab64.131943.2049-35.2219
CIE-Lab70.266246.9430-36.6087

#e08def color RGB value is (224,141,239).

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

The process color (four color CMYK) of #e08def color hex is 0.06, 0.41, 0.00, 0.06. Web safe color of #e08def is #cc99ff. Color #e08def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11101111
Octal 340 215 357
Decimal 224 141 239
Hex E0 8D EF

RGB Percentages of Color #e08def

%37.09
%23.34
%39.57

CMYK Percentages of Color #e08def

%6
%41
%0
%6

Triadic Colors of #e08def

#e08def #efe08d #8defe0

Analogous Colors of #e08def

#e08def #ef8dcd #af8def

Monochromatic Colors of #e08def

#e08def

Complementary Color

#e08def #9cef8d

#e08def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08def Color CSS Codes

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

#e08def Text Font Color

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

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


#e08def Background Color

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

This div background color is #e08def


#e08def Border Color

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

This div border color is #e08def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08def


Comments

No comments written yet.

Please login to write comment.