Color Hex Logo

#da70cf Color Hex

#DA70CF
(218,112,207)
0 Favorites   0 Comments

Color spaces of #da70cf

RGB 218112207
HSL0.850.590.65
HSV306°49°85°
CMYK 0.000.490.05   0.15
XYZ45.970130.998862.5920
Yxy30.99880.32940.2221
Hunter Lab55.676649.9469-27.6807
CIE-Lab62.506654.0877-30.9402

#da70cf color RGB value is (218,112,207).

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

The process color (four color CMYK) of #da70cf color hex is 0.00, 0.49, 0.05, 0.15. Web safe color of #da70cf is #cc66cc. Color #da70cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 11001111
Octal 332 160 317
Decimal 218 112 207
Hex DA 70 CF

RGB Percentages of Color #da70cf

%40.60
%20.86
%38.55

CMYK Percentages of Color #da70cf

%0
%49
%5
%15

Triadic Colors of #da70cf

#da70cf #cfda70 #70cfda

Analogous Colors of #da70cf

#da70cf #da709a #b070da

Monochromatic Colors of #da70cf

#da70cf

Complementary Color

#da70cf #70da7b

#da70cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da70cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da70cf Color CSS Codes

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

#da70cf Text Font Color

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

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


#da70cf Background Color

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

This div background color is #da70cf


#da70cf Border Color

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

This div border color is #da70cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da70cf


Comments

No comments written yet.

Please login to write comment.