Color Hex Logo

#df006f Color Hex

#DF006F
(223,0,111)
0 Favorites   0 Comments

Color spaces of #df006f

RGB 2230111
HSL0.921.000.44
HSV330°100°87°
CMYK 0.001.000.50   0.13
XYZ33.300716.835716.5334
Yxy16.83570.49950.2525
Hunter Lab41.031373.06444.8313
CIE-Lab48.052376.39813.7352

#df006f color RGB value is (223,0,111).

#df006f hex color red value is 223, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #df006f hue: 0.92 , saturation: 1.00 and the lightness value of df006f is 0.44.

The process color (four color CMYK) of #df006f color hex is 0.00, 1.00, 0.50, 0.13. Web safe color of #df006f is #cc0066. Color #df006f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 01101111
Octal 337 0 157
Decimal 223 0 111
Hex DF 0 6F

RGB Percentages of Color #df006f

%66.77
%0.00
%33.23

CMYK Percentages of Color #df006f

%0
%100
%50
%13

Triadic Colors of #df006f

#df006f #6fdf00 #006fdf

Analogous Colors of #df006f

#df006f #df0000 #df00df

Monochromatic Colors of #df006f

#df006f

Complementary Color

#df006f #00df70

#df006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df006f Color CSS Codes

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

#df006f Text Font Color

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

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


#df006f Background Color

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

This div background color is #df006f


#df006f Border Color

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

This div border color is #df006f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df006f


Comments

No comments written yet.

Please login to write comment.