Color Hex Logo

#890bbe Color Hex

#890BBE
(137,11,190)
0 Favorites   0 Comments

Color spaces of #890bbe

RGB 13711190
HSL0.780.890.39
HSV282°94°75°
CMYK 0.280.940.00   0.25
XYZ19.73059.275449.4656
Yxy9.27540.25140.1182
Hunter Lab30.455562.3433-74.9794
CIE-Lab36.509269.7205-63.2154

#890bbe color RGB value is (137,11,190).

#890bbe hex color red value is 137, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #890bbe hue: 0.78 , saturation: 0.89 and the lightness value of 890bbe is 0.39.

The process color (four color CMYK) of #890bbe color hex is 0.28, 0.94, 0.00, 0.25. Web safe color of #890bbe is #9900cc. Color #890bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001011 10111110
Octal 211 13 276
Decimal 137 11 190
Hex 89 B BE

RGB Percentages of Color #890bbe

%40.53
%3.25
%56.21

CMYK Percentages of Color #890bbe

%28
%94
%0
%25

Triadic Colors of #890bbe

#890bbe #be890b #0bbe89

Analogous Colors of #890bbe

#890bbe #be0b9a #300bbe

Monochromatic Colors of #890bbe

#890bbe

Complementary Color

#890bbe #40be0b

#890bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#890bbe Color CSS Codes

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

#890bbe Text Font Color

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

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


#890bbe Background Color

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

This div background color is #890bbe


#890bbe Border Color

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

This div border color is #890bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890bbe


Comments

No comments written yet.

Please login to write comment.