Color Hex Logo

#df841f Color Hex

#DF841F
(223,132,31)
0 Favorites   0 Comments

Color spaces of #df841f

RGB 22313231
HSL0.090.760.50
HSV32°86°87°
CMYK 0.000.410.86   0.13
XYZ38.930032.28945.4770
Yxy32.28940.50760.4210
Hunter Lab56.823822.848934.0619
CIE-Lab63.581428.300163.3807

#df841f color RGB value is (223,132,31).

#df841f hex color red value is 223, green value is 132 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df841f hue: 0.09 , saturation: 0.76 and the lightness value of df841f is 0.50.

The process color (four color CMYK) of #df841f color hex is 0.00, 0.41, 0.86, 0.13. Web safe color of #df841f is #cc9933. Color #df841f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 00011111
Octal 337 204 37
Decimal 223 132 31
Hex DF 84 1F

RGB Percentages of Color #df841f

%57.77
%34.20
%8.03

CMYK Percentages of Color #df841f

%0
%41
%86
%13

Triadic Colors of #df841f

#df841f #1fdf84 #841fdf

Analogous Colors of #df841f

#df841f #dadf1f #df241f

Monochromatic Colors of #df841f

#df841f

Complementary Color

#df841f #1f7adf

#df841f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df841f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df841f Color CSS Codes

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

#df841f Text Font Color

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

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


#df841f Background Color

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

This div background color is #df841f


#df841f Border Color

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

This div border color is #df841f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df841f


Comments

No comments written yet.

Please login to write comment.