Color Hex Logo

#da70ca Color Hex

#DA70CA
(218,112,202)
0 Favorites   0 Comments

Color spaces of #da70ca

RGB 218112202
HSL0.860.590.65
HSV309°49°85°
CMYK 0.000.490.07   0.15
XYZ45.368330.758059.4228
Yxy30.75800.33470.2269
Hunter Lab55.459948.9650-24.7047
CIE-Lab62.302853.2460-28.4362

#da70ca color RGB value is (218,112,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 11001010
Octal 332 160 312
Decimal 218 112 202
Hex DA 70 CA

RGB Percentages of Color #da70ca

%40.98
%21.05
%37.97

CMYK Percentages of Color #da70ca

%0
%49
%7
%15

Triadic Colors of #da70ca

#da70ca #cada70 #70cada

Analogous Colors of #da70ca

#da70ca #da7095 #b570da

Monochromatic Colors of #da70ca

#da70ca

Complementary Color

#da70ca #70da80

#da70ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da70ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da70ca Color CSS Codes

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

#da70ca Text Font Color

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

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


#da70ca Background Color

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

This div background color is #da70ca


#da70ca Border Color

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

This div border color is #da70ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da70ca


Comments

No comments written yet.

Please login to write comment.