Color Hex Logo

#890add Color Hex

#890ADD
(137,10,221)
0 Favorites   0 Comments

Color spaces of #890add

RGB 13710221
HSL0.770.910.45
HSV276°95°87°
CMYK 0.380.950.00   0.13
XYZ23.476210.755969.2454
Yxy10.75590.22690.1039
Hunter Lab32.796270.3807-102.2267
CIE-Lab39.166375.9278-76.8772

#890add color RGB value is (137,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 11011101
Octal 211 12 335
Decimal 137 10 221
Hex 89 A DD

RGB Percentages of Color #890add

%37.23
%2.72
%60.05

CMYK Percentages of Color #890add

%38
%95
%0
%13

Triadic Colors of #890add

#890add #dd890a #0add89

Analogous Colors of #890add

#890add #dd0ac8 #1f0add

Monochromatic Colors of #890add

#890add

Complementary Color

#890add #5edd0a

#890add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890add Color Preview on White Background

Lorem ipsum dolor sit amet.

#890add Color CSS Codes

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

#890add Text Font Color

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

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


#890add Background Color

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

This div background color is #890add


#890add Border Color

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

This div border color is #890add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890add


Comments

No comments written yet.

Please login to write comment.