Color Hex Logo

#8b50ba Color Hex

#8B50BA
(139,80,186)
0 Favorites   0 Comments

Color spaces of #8b50ba

RGB 13980186
HSL0.760.430.52
HSV273°57°73°
CMYK 0.250.570.00   0.27
XYZ22.379014.771548.1260
Yxy14.77150.26240.1732
Hunter Lab38.433736.6772-47.3383
CIE-Lab45.319644.4392-46.6244

#8b50ba color RGB value is (139,80,186).

#8b50ba hex color red value is 139, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8b50ba hue: 0.76 , saturation: 0.43 and the lightness value of 8b50ba is 0.52.

The process color (four color CMYK) of #8b50ba color hex is 0.25, 0.57, 0.00, 0.27. Web safe color of #8b50ba is #9966cc. Color #8b50ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01010000 10111010
Octal 213 120 272
Decimal 139 80 186
Hex 8B 50 BA

RGB Percentages of Color #8b50ba

%34.32
%19.75
%45.93

CMYK Percentages of Color #8b50ba

%25
%57
%0
%27

Triadic Colors of #8b50ba

#8b50ba #ba8b50 #50ba8b

Analogous Colors of #8b50ba

#8b50ba #ba50b4 #5650ba

Monochromatic Colors of #8b50ba

#8b50ba

Complementary Color

#8b50ba #7fba50

#8b50ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b50ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b50ba Color CSS Codes

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

#8b50ba Text Font Color

<p style="color:#8b50ba">Text here</p>

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


#8b50ba Background Color

<div style="background-color:#8b50ba">
Div content here</div>

This div background color is #8b50ba


#8b50ba Border Color

<div style="border:3px solid #8b50ba">
Div here</div>

This div border color is #8b50ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b50ba


Comments

No comments written yet.

Please login to write comment.