Color Hex Logo

#df70bc Color Hex

#DF70BC
(223,112,188)
0 Favorites   0 Comments

Color spaces of #df70bc

RGB 223112188
HSL0.890.630.66
HSV319°50°87°
CMYK 0.000.500.16   0.13
XYZ45.302730.907251.1549
Yxy30.90720.35570.2427
Hunter Lab55.594248.1664-15.6396
CIE-Lab62.429252.5127-20.2564

#df70bc color RGB value is (223,112,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 10111100
Octal 337 160 274
Decimal 223 112 188
Hex DF 70 BC

RGB Percentages of Color #df70bc

%42.64
%21.41
%35.95

CMYK Percentages of Color #df70bc

%0
%50
%16
%13

Triadic Colors of #df70bc

#df70bc #bcdf70 #70bcdf

Analogous Colors of #df70bc

#df70bc #df7085 #cb70df

Monochromatic Colors of #df70bc

#df70bc

Complementary Color

#df70bc #70df93

#df70bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df70bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df70bc Color CSS Codes

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

#df70bc Text Font Color

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

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


#df70bc Background Color

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

This div background color is #df70bc


#df70bc Border Color

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

This div border color is #df70bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df70bc


Comments

No comments written yet.

Please login to write comment.