Color Hex Logo

#e089ef Color Hex

#E089EF
(224,137,239)
0 Favorites   0 Comments

Color spaces of #e089ef

RGB 224137239
HSL0.810.760.74
HSV291°43°94°
CMYK 0.060.430.00   0.06
XYZ55.266139.970686.4636
Yxy39.97060.30420.2200
Hunter Lab63.222345.3976-36.8301
CIE-Lab69.448649.0144-37.8806

#e089ef color RGB value is (224,137,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001001 11101111
Octal 340 211 357
Decimal 224 137 239
Hex E0 89 EF

RGB Percentages of Color #e089ef

%37.33
%22.83
%39.83

CMYK Percentages of Color #e089ef

%6
%43
%0
%6

Triadic Colors of #e089ef

#e089ef #efe089 #89efe0

Analogous Colors of #e089ef

#e089ef #ef89cb #ad89ef

Monochromatic Colors of #e089ef

#e089ef

Complementary Color

#e089ef #98ef89

#e089ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e089ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e089ef Color CSS Codes

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

#e089ef Text Font Color

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

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


#e089ef Background Color

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

This div background color is #e089ef


#e089ef Border Color

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

This div border color is #e089ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e089ef


Comments

No comments written yet.

Please login to write comment.