Color Hex Logo

#8908ba Color Hex

#8908BA
(137,8,186)
0 Favorites   0 Comments

Color spaces of #8908ba

RGB 1378186
HSL0.790.920.38
HSV283°96°73°
CMYK 0.260.960.00   0.27
XYZ19.26639.037247.1833
Yxy9.03720.25520.1197
Hunter Lab30.061961.7899-72.0145
CIE-Lab36.055869.3346-61.5952

#8908ba color RGB value is (137,8,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001000 10111010
Octal 211 10 272
Decimal 137 8 186
Hex 89 8 BA

RGB Percentages of Color #8908ba

%41.39
%2.42
%56.19

CMYK Percentages of Color #8908ba

%26
%96
%0
%27

Triadic Colors of #8908ba

#8908ba #ba8908 #08ba89

Analogous Colors of #8908ba

#8908ba #ba0892 #3008ba

Monochromatic Colors of #8908ba

#8908ba

Complementary Color

#8908ba #39ba08

#8908ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8908ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8908ba Color CSS Codes

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

#8908ba Text Font Color

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

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


#8908ba Background Color

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

This div background color is #8908ba


#8908ba Border Color

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

This div border color is #8908ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,8,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 #8908ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8908ba


Comments

No comments written yet.

Please login to write comment.