Color Hex Logo

#da70dc Color Hex

#DA70DC
(218,112,220)
0 Favorites   0 Comments

Color spaces of #da70dc

RGB 218112220
HSL0.830.610.65
HSV299°49°86°
CMYK 0.010.490.00   0.14
XYZ47.625931.661171.3112
Yxy31.66110.31620.2102
Hunter Lab56.268252.6146-35.7531
CIE-Lab63.061856.3515-37.3717

#da70dc color RGB value is (218,112,220).

#da70dc hex color red value is 218, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da70dc hue: 0.83 , saturation: 0.61 and the lightness value of da70dc is 0.65.

The process color (four color CMYK) of #da70dc color hex is 0.01, 0.49, 0.00, 0.14. Web safe color of #da70dc is #cc66cc. Color #da70dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 11011100
Octal 332 160 334
Decimal 218 112 220
Hex DA 70 DC

RGB Percentages of Color #da70dc

%39.64
%20.36
%40.00

CMYK Percentages of Color #da70dc

%1
%49
%0
%14

Triadic Colors of #da70dc

#da70dc #dcda70 #70dcda

Analogous Colors of #da70dc

#da70dc #dc70a8 #a470dc

Monochromatic Colors of #da70dc

#da70dc

Complementary Color

#da70dc #72dc70

#da70dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da70dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da70dc Color CSS Codes

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

#da70dc Text Font Color

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

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


#da70dc Background Color

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

This div background color is #da70dc


#da70dc Border Color

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

This div border color is #da70dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,112,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da70dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da70dc


Comments

No comments written yet.

Please login to write comment.