Color Hex Logo

#8900ba Color Hex

#8900BA
(137,0,186)
0 Favorites   0 Comments

Color spaces of #8900ba

RGB 1370186
HSL0.791.000.36
HSV284°100°73°
CMYK 0.261.000.00   0.27
XYZ19.17958.863547.1543
Yxy8.86350.25510.1179
Hunter Lab29.771662.8930-73.0673
CIE-Lab35.720170.3397-62.1429

#8900ba color RGB value is (137,0,186).

#8900ba hex color red value is 137, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8900ba hue: 0.79 , saturation: 1.00 and the lightness value of 8900ba is 0.36.

The process color (four color CMYK) of #8900ba color hex is 0.26, 1.00, 0.00, 0.27. Web safe color of #8900ba is #9900cc. Color #8900ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000000 10111010
Octal 211 0 272
Decimal 137 0 186
Hex 89 0 BA

RGB Percentages of Color #8900ba

%42.41
%0.00
%57.59

CMYK Percentages of Color #8900ba

%26
%100
%0
%27

Triadic Colors of #8900ba

#8900ba #ba8900 #00ba89

Analogous Colors of #8900ba

#8900ba #ba008e #2c00ba

Monochromatic Colors of #8900ba

#8900ba

Complementary Color

#8900ba #31ba00

#8900ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8900ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8900ba Color CSS Codes

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

#8900ba Text Font Color

<p style="color:#8900ba">Text here</p>

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


#8900ba Background Color

<div style="background-color:#8900ba">
Div content here</div>

This div background color is #8900ba


#8900ba Border Color

<div style="border:3px solid #8900ba">
Div here</div>

This div border color is #8900ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,0,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8900ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8900ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8900ba;
  box-shadow:         1px 1px 3px 2px #8900ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8900ba


Comments

No comments written yet.

Please login to write comment.