Hex #da70d6 Color

#da70d6
equivalent to

RGB

(218, 112, 214)

Details of #da70d6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
218
46.8452
0.84
0.00
62.8010
31.3488
302°
55.9900
112
31.3488
0.59
0.49
55.2937
0.3222
49°
51.3634
214
67.2002
0.65
0.02   0.15
-34.4175
0.2156
85°
-31.9426

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11011010
332
218
DA
Green
1110000
160
112
70
Blue
11010110
326
214
D6

RGB in % of #da70d6

%40.07
%20.59
%39.34

CMYK in % of #da70d6

%0
%49
%2
%15

Triads of color #da70d6

#da70d6 #70d6da #d6dad6

Similar Colors to #da70d6

#da70d6 #a970da #da70a1

Preview Color #da70d6 on black ground

#da70d6 is very interesting for text.

Preview Color #da70d6 on white ground

#da70d6 is very interesting for text.

CSS Codes #da70d6 color

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

Text Font Color #da70d6

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

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

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

This div background color is #da70d6


Border Color #da70d6

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

The color of this border is #da70d6


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #da70d6