Hex #b23aee Color

#b23aee
equivalent to

RGB

(178, 58, 238)

Details of #b23aee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
178
35.3058
0.78
0.25
50.2919
18.6641
280°
43.2020
58
18.6641
0.84
0.76
73.6819
0.2585
76°
70.2712
238
82.6306
0.58
0.00   0.07
-68.1311
0.1366
93°
-83.1188

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110010
262
178
B2
Green
111010
72
58
3A
Blue
11101110
356
238
EE

RGB in % of #b23aee

%37.55
%12.24
%50.21

CMYK in % of #b23aee

%25
%76
%0
%7

Triads of color #b23aee

#b23aee #3aeeb2 #eeb2ee

Similar Colors to #b23aee

#b23aee #583aee #ee3ad0

Preview Color #b23aee on black ground

#b23aee is very interesting for text.

Preview Color #b23aee on white ground

#b23aee is very interesting for text.

CSS Codes #b23aee color

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

Text Font Color #b23aee

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

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

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

This div background color is #b23aee


Border Color #b23aee

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

The color of this border is #b23aee


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b23aee