Color Hex Logo

#890ade Color Hex

#890ADE
(137,10,222)
0 Favorites   0 Comments

Color spaces of #890ade

RGB 13710222
HSL0.770.910.45
HSV276°95°87°
CMYK 0.380.950.00   0.13
XYZ23.609910.809469.9493
Yxy10.80940.22620.1036
Hunter Lab32.877770.6474-103.1289
CIE-Lab39.257676.1286-77.3006

#890ade color RGB value is (137,10,222).

#890ade hex color red value is 137, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #890ade hue: 0.77 , saturation: 0.91 and the lightness value of 890ade is 0.45.

The process color (four color CMYK) of #890ade color hex is 0.38, 0.95, 0.00, 0.13. Web safe color of #890ade is #9900cc. Color #890ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 11011110
Octal 211 12 336
Decimal 137 10 222
Hex 89 A DE

RGB Percentages of Color #890ade

%37.13
%2.71
%60.16

CMYK Percentages of Color #890ade

%38
%95
%0
%13

Triadic Colors of #890ade

#890ade #de890a #0ade89

Analogous Colors of #890ade

#890ade #de0ac9 #1f0ade

Monochromatic Colors of #890ade

#890ade

Complementary Color

#890ade #5fde0a

#890ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#890ade Color CSS Codes

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

#890ade Text Font Color

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

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


#890ade Background Color

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

This div background color is #890ade


#890ade Border Color

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

This div border color is #890ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890ade


Comments

No comments written yet.

Please login to write comment.