Color Hex Logo

#df775e Color Hex

#DF775E
(223,119,94)
0 Favorites   0 Comments

Color spaces of #df775e

RGB 22311994
HSL0.030.670.62
HSV12°58°87°
CMYK 0.000.470.58   0.13
XYZ39.048629.689814.2623
Yxy29.68980.47050.3577
Hunter Lab54.488332.565922.6227
CIE-Lab61.385638.141031.8517

#df775e color RGB value is (223,119,94).

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

The process color (four color CMYK) of #df775e color hex is 0.00, 0.47, 0.58, 0.13. Web safe color of #df775e is #cc6666. Color #df775e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110111 01011110
Octal 337 167 136
Decimal 223 119 94
Hex DF 77 5E

RGB Percentages of Color #df775e

%51.15
%27.29
%21.56

CMYK Percentages of Color #df775e

%0
%47
%58
%13

Triadic Colors of #df775e

#df775e #5edf77 #775edf

Analogous Colors of #df775e

#df775e #dfb85e #df5e86

Monochromatic Colors of #df775e

#df775e

Complementary Color

#df775e #5ec6df

#df775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df775e Color CSS Codes

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

#df775e Text Font Color

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

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


#df775e Background Color

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

This div background color is #df775e


#df775e Border Color

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

This div border color is #df775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df775e


Comments

No comments written yet.

Please login to write comment.