Color Hex Logo

#df530f Color Hex

#DF530F
(223,83,15)
0 Favorites   0 Comments

Color spaces of #df530f

RGB 2238315
HSL0.050.870.47
HSV20°93°87°
CMYK 0.000.630.93   0.13
XYZ33.610921.90902.9093
Yxy21.90900.57520.3750
Hunter Lab46.807146.263829.0798
CIE-Lab53.930352.153160.7780

#df530f color RGB value is (223,83,15).

#df530f hex color red value is 223, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #df530f hue: 0.05 , saturation: 0.87 and the lightness value of df530f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 00001111
Octal 337 123 17
Decimal 223 83 15
Hex DF 53 F

RGB Percentages of Color #df530f

%69.47
%25.86
%4.67

CMYK Percentages of Color #df530f

%0
%63
%93
%13

Triadic Colors of #df530f

#df530f #0fdf53 #530fdf

Analogous Colors of #df530f

#df530f #dfbb0f #df0f33

Monochromatic Colors of #df530f

#df530f

Complementary Color

#df530f #0f9bdf

#df530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df530f Color CSS Codes

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

#df530f Text Font Color

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

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


#df530f Background Color

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

This div background color is #df530f


#df530f Border Color

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

This div border color is #df530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df530f


Comments

No comments written yet.

Please login to write comment.