Color Hex Logo

#df7d09 Color Hex

#DF7D09
(223,125,9)
0 Favorites   0 Comments

Color spaces of #df7d09

RGB 2231259
HSL0.090.920.45
HSV33°96°87°
CMYK 0.000.440.96   0.13
XYZ37.814330.37494.1284
Yxy30.37490.52290.4200
Hunter Lab55.113426.023534.1381
CIE-Lab61.976431.636467.2521

#df7d09 color RGB value is (223,125,9).

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

The process color (four color CMYK) of #df7d09 color hex is 0.00, 0.44, 0.96, 0.13. Web safe color of #df7d09 is #cc6600. Color #df7d09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111101 00001001
Octal 337 175 11
Decimal 223 125 9
Hex DF 7D 9

RGB Percentages of Color #df7d09

%62.46
%35.01
%2.52

CMYK Percentages of Color #df7d09

%0
%44
%96
%13

Triadic Colors of #df7d09

#df7d09 #09df7d #7d09df

Analogous Colors of #df7d09

#df7d09 #d6df09 #df1209

Monochromatic Colors of #df7d09

#df7d09

Complementary Color

#df7d09 #096bdf

#df7d09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7d09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7d09 Color CSS Codes

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

#df7d09 Text Font Color

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

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


#df7d09 Background Color

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

This div background color is #df7d09


#df7d09 Border Color

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

This div border color is #df7d09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7d09


Comments

No comments written yet.

Please login to write comment.