Hex #68228b Color

#68228b
equivalent to

RGB

(104, 34, 139)

Details of #68228b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
104
10.9411
0.78
0.25
29.2890
5.9512
280°
24.3951
34
5.9512
0.61
0.76
48.0157
0.2612
76°
37.3656
139
24.9981
0.34
0.00   0.45
-44.3807
0.1421
55°
-43.6571

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101000
150
104
68
Green
100010
42
34
22
Blue
10001011
213
139
8B

RGB in % of #68228b

%37.55
%12.27
%50.18

CMYK in % of #68228b

%25
%76
%0
%45

Triads of color #68228b

#68228b #228b68 #8b688b

Similar Colors to #68228b

#68228b #34228b #8b227a

Preview Color #68228b on black ground

#68228b is very interesting for text.

Preview Color #68228b on white ground

#68228b is very interesting for text.

CSS Codes #68228b color

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

Text Font Color #68228b

<p style="color:#68228b">Text here</p>

This sample text font color is #68228b
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 #68228b

<div style="background-color:#68228b">
Div content here</div>

This div background color is #68228b


Border Color #68228b

<div style="border:3px solid #68228b">
Div here</div>

The color of this border is #68228b


Examples Css3

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

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 #68228b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #68228b