Hex #280d50 Color

#280d50
equivalent to

RGB

(40, 13, 80)

Details of #280d50

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
40
2.4670
0.73
0.50
11.4018
1.3182
264°
11.4811
13
1.3182
0.72
0.84
29.9283
0.2145
84°
18.2628
80
7.7138
0.18
0.00   0.69
-35.5115
0.1146
31°
-31.7840

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
101000
50
40
28
Green
1101
15
13
D
Blue
1010000
120
80
50

RGB in % of #280d50

%30.08
%9.77
%60.15

CMYK in % of #280d50

%50
%84
%0
%69

Triads of color #280d50

#280d50 #0d5028 #502850

Similar Colors to #280d50

#280d50 #0d1450 #4a0d50

Preview Color #280d50 on black ground

#280d50 is very interesting for text.

Preview Color #280d50 on white ground

#280d50 is very interesting for text.

CSS Codes #280d50 color

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

Text Font Color #280d50

<p style="color:#280d50">Text here</p>

This sample text font color is #280d50
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 #280d50

<div style="background-color:#280d50">
Div content here</div>

This div background color is #280d50


Border Color #280d50

<div style="border:3px solid #280d50">
Div here</div>

The color of this border is #280d50


Examples Css3

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

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 #280d50">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #280d50