Color Hex Logo

#df500d Color Hex

#DF500D
(223,80,13)
0 Favorites   0 Comments

Color spaces of #df500d

RGB 2238013
HSL0.050.890.46
HSV19°94°87°
CMYK 0.000.640.94   0.13
XYZ33.372721.45442.7629
Yxy21.45440.57950.3725
Hunter Lab46.318947.550928.8866
CIE-Lab53.443353.415360.9585

#df500d color RGB value is (223,80,13).

#df500d hex color red value is 223, green value is 80 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #df500d hue: 0.05 , saturation: 0.89 and the lightness value of df500d is 0.46.

The process color (four color CMYK) of #df500d color hex is 0.00, 0.64, 0.94, 0.13. Web safe color of #df500d is #cc6600. Color #df500d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010000 00001101
Octal 337 120 15
Decimal 223 80 13
Hex DF 50 D

RGB Percentages of Color #df500d

%70.57
%25.32
%4.11

CMYK Percentages of Color #df500d

%0
%64
%94
%13

Triadic Colors of #df500d

#df500d #0ddf50 #500ddf

Analogous Colors of #df500d

#df500d #dfb90d #df0d33

Monochromatic Colors of #df500d

#df500d

Complementary Color

#df500d #0d9cdf

#df500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df500d Color CSS Codes

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

#df500d Text Font Color

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

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


#df500d Background Color

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

This div background color is #df500d


#df500d Border Color

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

This div border color is #df500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df500d


Comments

No comments written yet.

Please login to write comment.