Hex #7b68ee Color

#7b68ee
equivalent to

RGB

(123, 104, 238)

Details of #7b68ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
123
28.5513
0.69
0.48
52.1575
20.2846
249°
45.0385
104
20.2846
0.80
0.56
41.0797
0.2161
56°
34.3396
238
83.2994
0.67
0.00   0.07
-65.4054
0.1535
93°
-78.0912

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111011
173
123
7B
Green
1101000
150
104
68
Blue
11101110
356
238
EE

RGB in % of #7b68ee

%26.45
%22.37
%51.18

CMYK in % of #7b68ee

%48
%56
%0
%7

Triads of color #7b68ee

#7b68ee #68ee7b #ee7bee

Similar Colors to #7b68ee

#7b68ee #6898ee #be68ee

Preview Color #7b68ee on black ground

#7b68ee is very interesting for text.

Preview Color #7b68ee on white ground

#7b68ee is very interesting for text.

CSS Codes #7b68ee color

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

Text Font Color #7b68ee

<p style="color:#7b68ee">Text here</p>

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

<div style="background-color:#7b68ee">
Div content here</div>

This div background color is #7b68ee


Border Color #7b68ee

<div style="border:3px solid #7b68ee">
Div here</div>

The color of this border is #7b68ee


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #7b68ee