Color Hex Logo

#df5505 Color Hex

#DF5505
(223,85,5)
0 Favorites   0 Comments

Color spaces of #df5505

RGB 223855
HSL0.060.960.45
HSV22°98°87°
CMYK 0.000.620.98   0.13
XYZ33.707322.19592.6513
Yxy22.19590.57570.3791
Hunter Lab47.112545.263329.6422
CIE-Lab54.234251.180863.1245

#df5505 color RGB value is (223,85,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010101 00000101
Octal 337 125 5
Decimal 223 85 5
Hex DF 55 5

RGB Percentages of Color #df5505

%71.25
%27.16
%1.60

CMYK Percentages of Color #df5505

%0
%62
%98
%13

Triadic Colors of #df5505

#df5505 #05df55 #5505df

Analogous Colors of #df5505

#df5505 #dfc205 #df0522

Monochromatic Colors of #df5505

#df5505

Complementary Color

#df5505 #058fdf

#df5505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5505 Color CSS Codes

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

#df5505 Text Font Color

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

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


#df5505 Background Color

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

This div background color is #df5505


#df5505 Border Color

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

This div border color is #df5505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5505


Comments

No comments written yet.

Please login to write comment.