Color Hex Logo

#8973ba Color Hex

#8973BA
(137,115,186)
0 Favorites   0 Comments

Color spaces of #8973ba

RGB 137115186
HSL0.720.340.59
HSV259°38°73°
CMYK 0.260.380.00   0.27
XYZ25.310221.125049.1979
Yxy21.12500.26470.2209
Hunter Lab45.961917.8625-31.2910
CIE-Lab53.086023.8942-34.3569

#8973ba color RGB value is (137,115,186).

#8973ba hex color red value is 137, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8973ba hue: 0.72 , saturation: 0.34 and the lightness value of 8973ba is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110011 10111010
Octal 211 163 272
Decimal 137 115 186
Hex 89 73 BA

RGB Percentages of Color #8973ba

%31.28
%26.26
%42.47

CMYK Percentages of Color #8973ba

%26
%38
%0
%27

Triadic Colors of #8973ba

#8973ba #ba8973 #73ba89

Analogous Colors of #8973ba

#8973ba #ad73ba #7381ba

Monochromatic Colors of #8973ba

#8973ba

Complementary Color

#8973ba #a4ba73

#8973ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8973ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8973ba Color CSS Codes

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

#8973ba Text Font Color

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

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


#8973ba Background Color

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

This div background color is #8973ba


#8973ba Border Color

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

This div border color is #8973ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8973ba


Comments

No comments written yet.

Please login to write comment.