Color Hex Logo

#df8545 Color Hex

#DF8545
(223,133,69)
0 Favorites   0 Comments

Color spaces of #df8545

RGB 22313369
HSL0.070.710.57
HSV25°69°87°
CMYK 0.000.400.69   0.13
XYZ39.893132.89279.8766
Yxy32.89270.48260.3979
Hunter Lab57.352223.795029.9362
CIE-Lab64.073929.214048.1959

#df8545 color RGB value is (223,133,69).

#df8545 hex color red value is 223, green value is 133 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #df8545 hue: 0.07 , saturation: 0.71 and the lightness value of df8545 is 0.57.

The process color (four color CMYK) of #df8545 color hex is 0.00, 0.40, 0.69, 0.13. Web safe color of #df8545 is #cc9933. Color #df8545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 01000101
Octal 337 205 105
Decimal 223 133 69
Hex DF 85 45

RGB Percentages of Color #df8545

%52.47
%31.29
%16.24

CMYK Percentages of Color #df8545

%0
%40
%69
%13

Triadic Colors of #df8545

#df8545 #45df85 #8545df

Analogous Colors of #df8545

#df8545 #dfd245 #df4552

Monochromatic Colors of #df8545

#df8545

Complementary Color

#df8545 #459fdf

#df8545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8545 Color CSS Codes

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

#df8545 Text Font Color

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

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


#df8545 Background Color

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

This div background color is #df8545


#df8545 Border Color

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

This div border color is #df8545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8545


Comments

No comments written yet.

Please login to write comment.