Color Hex Logo

#8939ba Color Hex

#8939BA
(137,57,186)
0 Favorites   0 Comments

Color spaces of #8939ba

RGB 13757186
HSL0.770.530.48
HSV277°69°73°
CMYK 0.260.690.00   0.27
XYZ20.642611.789847.6420
Yxy11.78980.25780.1472
Hunter Lab34.336347.2238-58.2302
CIE-Lab40.880155.3740-53.7664

#8939ba color RGB value is (137,57,186).

#8939ba hex color red value is 137, green value is 57 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8939ba hue: 0.77 , saturation: 0.53 and the lightness value of 8939ba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111001 10111010
Octal 211 71 272
Decimal 137 57 186
Hex 89 39 BA

RGB Percentages of Color #8939ba

%36.05
%15.00
%48.95

CMYK Percentages of Color #8939ba

%26
%69
%0
%27

Triadic Colors of #8939ba

#8939ba #ba8939 #39ba89

Analogous Colors of #8939ba

#8939ba #ba39ab #4839ba

Monochromatic Colors of #8939ba

#8939ba

Complementary Color

#8939ba #6aba39

#8939ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8939ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8939ba Color CSS Codes

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

#8939ba Text Font Color

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

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


#8939ba Background Color

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

This div background color is #8939ba


#8939ba Border Color

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

This div border color is #8939ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8939ba


Comments

No comments written yet.

Please login to write comment.