Hex #8b0a50 Color

#8b0a50
equivalent to

RGB

(139, 10, 80)

Details of #8b0a50

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
12.2040
0.91
0.00
30.1210
6.2852
327°
25.0704
10
6.2852
0.87
0.93
53.4486
0.4580
93°
43.0186
80
8.1594
0.29
0.42   0.45
-4.8007
0.2359
55°
-1.7405

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1010
12
10
A
Blue
1010000
120
80
50

RGB in % of #8b0a50

%60.70
%4.37
%34.93

CMYK in % of #8b0a50

%0
%93
%42
%45

Triads of color #8b0a50

#8b0a50 #0a508b #508b50

Similar Colors to #8b0a50

#8b0a50 #860a8b #8b0a10

Preview Color #8b0a50 on black ground

#8b0a50 is very interesting for text.

Preview Color #8b0a50 on white ground

#8b0a50 is very interesting for text.

CSS Codes #8b0a50 color

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

Text Font Color #8b0a50

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

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


Background Color #8b0a50

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

This div background color is #8b0a50


Border Color #8b0a50

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

The color of this border is #8b0a50


Examples Css3

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

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #8b0a50">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b0a50