Color Hex Logo

#890eec Color Hex

#890EEC
(137,14,236)
0 Favorites   0 Comments

Color spaces of #890eec

RGB 13714236
HSL0.760.890.49
HSV273°94°93°
CMYK 0.420.940.00   0.07
XYZ25.613911.688680.2630
Yxy11.68860.21790.0994
Hunter Lab34.188673.9011-115.2604
CIE-Lab40.716978.4911-82.8805

#890eec color RGB value is (137,14,236).

#890eec hex color red value is 137, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #890eec hue: 0.76 , saturation: 0.89 and the lightness value of 890eec is 0.49.

The process color (four color CMYK) of #890eec color hex is 0.42, 0.94, 0.00, 0.07. Web safe color of #890eec is #9900ff. Color #890eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001110 11101100
Octal 211 16 354
Decimal 137 14 236
Hex 89 E EC

RGB Percentages of Color #890eec

%35.40
%3.62
%60.98

CMYK Percentages of Color #890eec

%42
%94
%0
%7

Triadic Colors of #890eec

#890eec #ec890e #0eec89

Analogous Colors of #890eec

#890eec #ec0ee0 #1a0eec

Monochromatic Colors of #890eec

#890eec

Complementary Color

#890eec #71ec0e

#890eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#890eec Color CSS Codes

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

#890eec Text Font Color

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

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


#890eec Background Color

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

This div background color is #890eec


#890eec Border Color

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

This div border color is #890eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890eec


Comments

No comments written yet.

Please login to write comment.