Color Hex Logo

#e089de Color Hex

#E089DE
(224,137,222)
0 Favorites   0 Comments

Color spaces of #e089de

RGB 224137222
HSL0.840.580.71
HSV301°39°88°
CMYK 0.000.390.01   0.12
XYZ52.870939.012573.8508
Yxy39.01250.31900.2354
Hunter Lab62.460041.7910-26.3807
CIE-Lab68.760345.8629-29.5844

#e089de color RGB value is (224,137,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001001 11011110
Octal 340 211 336
Decimal 224 137 222
Hex E0 89 DE

RGB Percentages of Color #e089de

%38.42
%23.50
%38.08

CMYK Percentages of Color #e089de

%0
%39
%1
%12

Triadic Colors of #e089de

#e089de #dee089 #89dee0

Analogous Colors of #e089de

#e089de #e089b3 #b789e0

Monochromatic Colors of #e089de

#e089de

Complementary Color

#e089de #89e08b

#e089de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e089de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e089de Color CSS Codes

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

#e089de Text Font Color

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

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


#e089de Background Color

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

This div background color is #e089de


#e089de Border Color

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

This div border color is #e089de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e089de


Comments

No comments written yet.

Please login to write comment.