Color Hex Logo

#df70ca Color Hex

#DF70CA
(223,112,202)
0 Favorites   0 Comments

Color spaces of #df70ca

RGB 223112202
HSL0.860.630.66
HSV311°50°87°
CMYK 0.000.500.09   0.13
XYZ46.886331.540659.4939
Yxy31.54060.34000.2287
Hunter Lab56.161050.7398-23.4959
CIE-Lab62.961454.7179-27.3659

#df70ca color RGB value is (223,112,202).

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

The process color (four color CMYK) of #df70ca color hex is 0.00, 0.50, 0.09, 0.13. Web safe color of #df70ca is #cc66cc. Color #df70ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 11001010
Octal 337 160 312
Decimal 223 112 202
Hex DF 70 CA

RGB Percentages of Color #df70ca

%41.53
%20.86
%37.62

CMYK Percentages of Color #df70ca

%0
%50
%9
%13

Triadic Colors of #df70ca

#df70ca #cadf70 #70cadf

Analogous Colors of #df70ca

#df70ca #df7093 #bd70df

Monochromatic Colors of #df70ca

#df70ca

Complementary Color

#df70ca #70df85

#df70ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df70ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df70ca Color CSS Codes

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

#df70ca Text Font Color

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

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


#df70ca Background Color

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

This div background color is #df70ca


#df70ca Border Color

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

This div border color is #df70ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #df70ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df70ca


Comments

No comments written yet.

Please login to write comment.