Color Hex Logo

#890abb Color Hex

#890ABB
(137,10,187)
0 Favorites   0 Comments

Color spaces of #890abb

RGB 13710187
HSL0.790.900.39
HSV283°95°73°
CMYK 0.270.950.00   0.27
XYZ19.39479.123347.7525
Yxy9.12330.25430.1196
Hunter Lab30.204861.7576-72.5916
CIE-Lab36.220669.2753-61.9172

#890abb color RGB value is (137,10,187).

#890abb hex color red value is 137, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #890abb hue: 0.79 , saturation: 0.90 and the lightness value of 890abb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 10111011
Octal 211 12 273
Decimal 137 10 187
Hex 89 A BB

RGB Percentages of Color #890abb

%41.02
%2.99
%55.99

CMYK Percentages of Color #890abb

%27
%95
%0
%27

Triadic Colors of #890abb

#890abb #bb890a #0abb89

Analogous Colors of #890abb

#890abb #bb0a95 #300abb

Monochromatic Colors of #890abb

#890abb

Complementary Color

#890abb #3cbb0a

#890abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#890abb Color CSS Codes

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

#890abb Text Font Color

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

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


#890abb Background Color

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

This div background color is #890abb


#890abb Border Color

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

This div border color is #890abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890abb


Comments

No comments written yet.

Please login to write comment.