Color Hex Logo

#890acb Color Hex

#890ACB
(137,10,203)
0 Favorites   0 Comments

Color spaces of #890acb

RGB 13710203
HSL0.780.910.42
HSV279°95°80°
CMYK 0.330.950.00   0.20
XYZ21.20469.847257.2830
Yxy9.84720.24000.1115
Hunter Lab31.380265.7025-86.2646
CIE-Lab37.566872.3585-69.0986

#890acb color RGB value is (137,10,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 11001011
Octal 211 12 313
Decimal 137 10 203
Hex 89 A CB

RGB Percentages of Color #890acb

%39.14
%2.86
%58.00

CMYK Percentages of Color #890acb

%33
%95
%0
%20

Triadic Colors of #890acb

#890acb #cb890a #0acb89

Analogous Colors of #890acb

#890acb #cb0aad #280acb

Monochromatic Colors of #890acb

#890acb

Complementary Color

#890acb #4ccb0a

#890acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#890acb Color CSS Codes

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

#890acb Text Font Color

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

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


#890acb Background Color

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

This div background color is #890acb


#890acb Border Color

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

This div border color is #890acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890acb


Comments

No comments written yet.

Please login to write comment.