Color Hex Logo

#890adb Color Hex

#890ADB
(137,10,219)
0 Favorites   0 Comments

Color spaces of #890adb

RGB 13710219
HSL0.770.910.45
HSV276°95°86°
CMYK 0.370.950.00   0.14
XYZ23.211310.649967.8501
Yxy10.64990.22820.1047
Hunter Lab32.634269.8496-100.4266
CIE-Lab38.984475.5271-76.0277

#890adb color RGB value is (137,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 11011011
Octal 211 12 333
Decimal 137 10 219
Hex 89 A DB

RGB Percentages of Color #890adb

%37.43
%2.73
%59.84

CMYK Percentages of Color #890adb

%37
%95
%0
%14

Triadic Colors of #890adb

#890adb #db890a #0adb89

Analogous Colors of #890adb

#890adb #db0ac5 #200adb

Monochromatic Colors of #890adb

#890adb

Complementary Color

#890adb #5cdb0a

#890adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#890adb Color CSS Codes

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

#890adb Text Font Color

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

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


#890adb Background Color

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

This div background color is #890adb


#890adb Border Color

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

This div border color is #890adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890adb


Comments

No comments written yet.

Please login to write comment.