Color Hex Logo

#df785f Color Hex

#DF785F
(223,120,95)
0 Favorites   0 Comments

Color spaces of #df785f

RGB 22312095
HSL0.030.670.62
HSV12°57°87°
CMYK 0.000.460.57   0.13
XYZ39.213529.947114.5401
Yxy29.94710.46850.3578
Hunter Lab54.723932.140722.5535
CIE-Lab61.608637.702731.5808

#df785f color RGB value is (223,120,95).

#df785f hex color red value is 223, green value is 120 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #df785f hue: 0.03 , saturation: 0.67 and the lightness value of df785f is 0.62.

The process color (four color CMYK) of #df785f color hex is 0.00, 0.46, 0.57, 0.13. Web safe color of #df785f is #cc6666. Color #df785f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111000 01011111
Octal 337 170 137
Decimal 223 120 95
Hex DF 78 5F

RGB Percentages of Color #df785f

%50.91
%27.40
%21.69

CMYK Percentages of Color #df785f

%0
%46
%57
%13

Triadic Colors of #df785f

#df785f #5fdf78 #785fdf

Analogous Colors of #df785f

#df785f #dfb85f #df5f86

Monochromatic Colors of #df785f

#df785f

Complementary Color

#df785f #5fc6df

#df785f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df785f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df785f Color CSS Codes

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

#df785f Text Font Color

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

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


#df785f Background Color

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

This div background color is #df785f


#df785f Border Color

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

This div border color is #df785f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df785f

#df785f Color Palettes


Comments

No comments written yet.

Please login to write comment.