Color Hex Logo

#df5028 Color Hex

#DF5028
(223,80,40)
0 Favorites   0 Comments

Color spaces of #df5028

RGB 2238040
HSL0.040.740.52
HSV13°82°87°
CMYK 0.000.640.82   0.13
XYZ33.683121.57854.3973
Yxy21.57850.56460.3617
Hunter Lab46.452748.139226.9044
CIE-Lab53.576953.929551.3421

#df5028 color RGB value is (223,80,40).

#df5028 hex color red value is 223, green value is 80 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #df5028 hue: 0.04 , saturation: 0.74 and the lightness value of df5028 is 0.52.

The process color (four color CMYK) of #df5028 color hex is 0.00, 0.64, 0.82, 0.13. Web safe color of #df5028 is #cc6633. Color #df5028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010000 00101000
Octal 337 120 50
Decimal 223 80 40
Hex DF 50 28

RGB Percentages of Color #df5028

%65.01
%23.32
%11.66

CMYK Percentages of Color #df5028

%0
%64
%82
%13

Triadic Colors of #df5028

#df5028 #28df50 #5028df

Analogous Colors of #df5028

#df5028 #dfac28 #df285b

Monochromatic Colors of #df5028

#df5028

Complementary Color

#df5028 #28b7df

#df5028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5028 Color CSS Codes

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

#df5028 Text Font Color

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

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


#df5028 Background Color

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

This div background color is #df5028


#df5028 Border Color

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

This div border color is #df5028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5028


Comments

No comments written yet.

Please login to write comment.