Color Hex Logo

#da70df Color Hex

#DA70DF
(218,112,223)
0 Favorites   0 Comments

Color spaces of #da70df

RGB 218112223
HSL0.830.630.66
HSV297°50°87°
CMYK 0.020.500.00   0.13
XYZ48.026931.821573.4229
Yxy31.82150.31330.2076
Hunter Lab56.410553.2531-37.6834
CIE-Lab63.195156.8885-38.8396

#da70df color RGB value is (218,112,223).

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

The process color (four color CMYK) of #da70df color hex is 0.02, 0.50, 0.00, 0.13. Web safe color of #da70df is #cc66cc. Color #da70df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 11011111
Octal 332 160 337
Decimal 218 112 223
Hex DA 70 DF

RGB Percentages of Color #da70df

%39.42
%20.25
%40.33

CMYK Percentages of Color #da70df

%2
%50
%0
%13

Triadic Colors of #da70df

#da70df #dfda70 #70dfda

Analogous Colors of #da70df

#da70df #df70ad #a370df

Monochromatic Colors of #da70df

#da70df

Complementary Color

#da70df #75df70

#da70df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da70df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da70df Color CSS Codes

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

#da70df Text Font Color

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

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


#da70df Background Color

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

This div background color is #da70df


#da70df Border Color

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

This div border color is #da70df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da70df


Comments

No comments written yet.

Please login to write comment.