Color Hex Logo

#df096f Color Hex

#DF096F
(223,9,111)
0 Favorites   0 Comments

Color spaces of #df096f

RGB 2239111
HSL0.920.920.45
HSV331°96°87°
CMYK 0.000.960.50   0.13
XYZ33.398417.031016.5660
Yxy17.03100.49850.2542
Hunter Lab41.268672.23865.0879
CIE-Lab48.299175.67904.0905

#df096f color RGB value is (223,9,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001001 01101111
Octal 337 11 157
Decimal 223 9 111
Hex DF 9 6F

RGB Percentages of Color #df096f

%65.01
%2.62
%32.36

CMYK Percentages of Color #df096f

%0
%96
%50
%13

Triadic Colors of #df096f

#df096f #6fdf09 #096fdf

Analogous Colors of #df096f

#df096f #df0e09 #df09da

Monochromatic Colors of #df096f

#df096f

Complementary Color

#df096f #09df79

#df096f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df096f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df096f Color CSS Codes

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

#df096f Text Font Color

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

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


#df096f Background Color

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

This div background color is #df096f


#df096f Border Color

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

This div border color is #df096f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df096f


Comments

No comments written yet.

Please login to write comment.