Color Hex Logo

#df5504 Color Hex

#DF5504
(223,85,4)
0 Favorites   0 Comments

Color spaces of #df5504

RGB 223854
HSL0.060.960.45
HSV22°98°87°
CMYK 0.000.620.98   0.13
XYZ33.701822.19372.6224
Yxy22.19370.57590.3793
Hunter Lab47.110245.252929.6767
CIE-Lab54.231951.171663.3319

#df5504 color RGB value is (223,85,4).

#df5504 hex color red value is 223, green value is 85 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #df5504 hue: 0.06 , saturation: 0.96 and the lightness value of df5504 is 0.45.

The process color (four color CMYK) of #df5504 color hex is 0.00, 0.62, 0.98, 0.13. Web safe color of #df5504 is #cc6600. Color #df5504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 00000100
Octal 337 125 4
Decimal 223 85 4
Hex DF 55 4

RGB Percentages of Color #df5504

%71.47
%27.24
%1.28

CMYK Percentages of Color #df5504

%0
%62
%98
%13

Triadic Colors of #df5504

#df5504 #04df55 #5504df

Analogous Colors of #df5504

#df5504 #dfc304 #df0421

Monochromatic Colors of #df5504

#df5504

Complementary Color

#df5504 #048edf

#df5504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5504 Color CSS Codes

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

#df5504 Text Font Color

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

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


#df5504 Background Color

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

This div background color is #df5504


#df5504 Border Color

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

This div border color is #df5504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5504


Comments

No comments written yet.

Please login to write comment.