Color Hex Logo

#e08edf Color Hex

#E08EDF
(224,142,223)
0 Favorites   0 Comments

Color spaces of #e08edf

RGB 224142223
HSL0.840.570.72
HSV301°37°88°
CMYK 0.000.370.00   0.12
XYZ53.732840.521074.8013
Yxy40.52100.31780.2397
Hunter Lab63.656139.2756-25.1115
CIE-Lab69.839043.4359-28.4753

#e08edf color RGB value is (224,142,223).

#e08edf hex color red value is 224, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e08edf hue: 0.84 , saturation: 0.57 and the lightness value of e08edf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001110 11011111
Octal 340 216 337
Decimal 224 142 223
Hex E0 8E DF

RGB Percentages of Color #e08edf

%38.03
%24.11
%37.86

CMYK Percentages of Color #e08edf

%0
%37
%0
%12

Triadic Colors of #e08edf

#e08edf #dfe08e #8edfe0

Analogous Colors of #e08edf

#e08edf #e08eb6 #b88ee0

Monochromatic Colors of #e08edf

#e08edf

Complementary Color

#e08edf #8ee08f

#e08edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08edf Color CSS Codes

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

#e08edf Text Font Color

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

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


#e08edf Background Color

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

This div background color is #e08edf


#e08edf Border Color

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

This div border color is #e08edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08edf


Comments

No comments written yet.

Please login to write comment.