Color Hex Logo

#df967f Color Hex

#DF967F
(223,150,127)
0 Favorites   0 Comments

Color spaces of #df967f

RGB 223150127
HSL0.040.600.69
HSV14°43°87°
CMYK 0.000.330.43   0.13
XYZ45.168539.033025.2321
Yxy39.03300.41270.3567
Hunter Lab62.476419.716319.7883
CIE-Lab68.775224.773523.3181

#df967f color RGB value is (223,150,127).

#df967f hex color red value is 223, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #df967f hue: 0.04 , saturation: 0.60 and the lightness value of df967f is 0.69.

The process color (four color CMYK) of #df967f color hex is 0.00, 0.33, 0.43, 0.13. Web safe color of #df967f is #cc9966. Color #df967f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 01111111
Octal 337 226 177
Decimal 223 150 127
Hex DF 96 7F

RGB Percentages of Color #df967f

%44.60
%30.00
%25.40

CMYK Percentages of Color #df967f

%0
%33
%43
%13

Triadic Colors of #df967f

#df967f #7fdf96 #967fdf

Analogous Colors of #df967f

#df967f #dfc67f #df7f98

Monochromatic Colors of #df967f

#df967f

Complementary Color

#df967f #7fc8df

#df967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df967f Color CSS Codes

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

#df967f Text Font Color

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

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


#df967f Background Color

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

This div background color is #df967f


#df967f Border Color

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

This div border color is #df967f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df967f


Comments

No comments written yet.

Please login to write comment.