Color Hex Logo

#e089ff Color Hex

#E089FF
(224,137,255)
0 Favorites   0 Comments

Color spaces of #e089ff

RGB 224137255
HSL0.791.000.77
HSV284°46°100°
CMYK 0.120.460.00   0.00
XYZ57.736140.958699.4705
Yxy40.95860.29140.2067
Hunter Lab63.998949.0343-47.3524
CIE-Lab70.146952.1312-45.5333

#e089ff color RGB value is (224,137,255).

#e089ff hex color red value is 224, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e089ff hue: 0.79 , saturation: 1.00 and the lightness value of e089ff is 0.77.

The process color (four color CMYK) of #e089ff color hex is 0.12, 0.46, 0.00, 0.00. Web safe color of #e089ff is #cc99ff. Color #e089ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001001 11111111
Octal 340 211 377
Decimal 224 137 255
Hex E0 89 FF

RGB Percentages of Color #e089ff

%36.36
%22.24
%41.40

CMYK Percentages of Color #e089ff

%12
%46
%0
%0

Triadic Colors of #e089ff

#e089ff #ffe089 #89ffe0

Analogous Colors of #e089ff

#e089ff #ff89e3 #a589ff

Monochromatic Colors of #e089ff

#e089ff

Complementary Color

#e089ff #a8ff89

#e089ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e089ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e089ff Color CSS Codes

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

#e089ff Text Font Color

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

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


#e089ff Background Color

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

This div background color is #e089ff


#e089ff Border Color

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

This div border color is #e089ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e089ff

#e089ff Color Palettes


Comments

No comments written yet.

Please login to write comment.