Color Hex Logo

#8962ba Color Hex

#8962BA
(137,98,186)
0 Favorites   0 Comments

Color spaces of #8962ba

RGB 13798186
HSL0.740.390.56
HSV267°47°73°
CMYK 0.260.470.00   0.27
XYZ23.547117.598948.6102
Yxy17.59890.26230.1961
Hunter Lab41.951026.7776-39.3358
CIE-Lab49.006033.8308-40.7779

#8962ba color RGB value is (137,98,186).

#8962ba hex color red value is 137, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8962ba hue: 0.74 , saturation: 0.39 and the lightness value of 8962ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100010 10111010
Octal 211 142 272
Decimal 137 98 186
Hex 89 62 BA

RGB Percentages of Color #8962ba

%32.54
%23.28
%44.18

CMYK Percentages of Color #8962ba

%26
%47
%0
%27

Triadic Colors of #8962ba

#8962ba #ba8962 #62ba89

Analogous Colors of #8962ba

#8962ba #b562ba #6267ba

Monochromatic Colors of #8962ba

#8962ba

Complementary Color

#8962ba #93ba62

#8962ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8962ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8962ba Color CSS Codes

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

#8962ba Text Font Color

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

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


#8962ba Background Color

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

This div background color is #8962ba


#8962ba Border Color

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

This div border color is #8962ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8962ba


Comments

No comments written yet.

Please login to write comment.