Color Hex Logo

#e089ec Color Hex

#E089EC
(224,137,236)
0 Favorites   0 Comments

Color spaces of #e089ec

RGB 224137236
HSL0.810.720.73
HSV293°42°93°
CMYK 0.050.420.00   0.07
XYZ54.826539.794784.1484
Yxy39.79470.30670.2226
Hunter Lab63.083044.7419-34.9306
CIE-Lab69.323148.4461-36.4290

#e089ec color RGB value is (224,137,236).

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

The process color (four color CMYK) of #e089ec color hex is 0.05, 0.42, 0.00, 0.07. Web safe color of #e089ec is #cc99ff. Color #e089ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001001 11101100
Octal 340 211 354
Decimal 224 137 236
Hex E0 89 EC

RGB Percentages of Color #e089ec

%37.52
%22.95
%39.53

CMYK Percentages of Color #e089ec

%5
%42
%0
%7

Triadic Colors of #e089ec

#e089ec #ece089 #89ece0

Analogous Colors of #e089ec

#e089ec #ec89c7 #af89ec

Monochromatic Colors of #e089ec

#e089ec

Complementary Color

#e089ec #95ec89

#e089ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e089ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e089ec Color CSS Codes

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

#e089ec Text Font Color

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

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


#e089ec Background Color

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

This div background color is #e089ec


#e089ec Border Color

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

This div border color is #e089ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e089ec


Comments

No comments written yet.

Please login to write comment.