Color Hex Logo

#df530d Color Hex

#DF530D
(223,83,13)
0 Favorites   0 Comments

Color spaces of #df530d

RGB 2238313
HSL0.060.890.46
HSV20°94°87°
CMYK 0.000.630.94   0.13
XYZ33.597321.90352.8378
Yxy21.90350.57590.3755
Hunter Lab46.801246.238329.1658
CIE-Lab53.924552.130761.2618

#df530d color RGB value is (223,83,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 00001101
Octal 337 123 15
Decimal 223 83 13
Hex DF 53 D

RGB Percentages of Color #df530d

%69.91
%26.02
%4.08

CMYK Percentages of Color #df530d

%0
%63
%94
%13

Triadic Colors of #df530d

#df530d #0ddf53 #530ddf

Analogous Colors of #df530d

#df530d #dfbc0d #df0d30

Monochromatic Colors of #df530d

#df530d

Complementary Color

#df530d #0d99df

#df530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df530d Color CSS Codes

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

#df530d Text Font Color

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

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


#df530d Background Color

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

This div background color is #df530d


#df530d Border Color

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

This div border color is #df530d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,83,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 #df530d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df530d


Comments

No comments written yet.

Please login to write comment.