Hex #ee82ee Color

#ee82ee
equivalent to

RGB

(238, 130, 238)

Details of #ee82ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
58.6751
0.83
0.00
69.6936
40.3155
300°
63.4945
130
40.3155
0.76
0.45
56.3684
0.3179
45°
53.8365
238
85.5781
0.72
0.00   0.07
-36.8237
0.2184
93°
-35.4367

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
10000010
202
130
82
Blue
11101110
356
238
EE

RGB in % of #ee82ee

%39.27
%21.45
%39.27

CMYK in % of #ee82ee

%0
%45
%0
%7

Triads of color #ee82ee

#ee82ee #82eeee #eeeeee

Similar Colors to #ee82ee

#ee82ee #b882ee #ee82b8

Preview Color #ee82ee on black ground

#ee82ee is very interesting for text.

Preview Color #ee82ee on white ground

#ee82ee is very interesting for text.

CSS Codes #ee82ee color

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

Text Font Color #ee82ee

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

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

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

This div background color is #ee82ee


Border Color #ee82ee

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

The color of this border is #ee82ee


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ee82ee