Color Hex Logo

#df482c Color Hex

#DF482C
(223,72,44)
0 Favorites   0 Comments

Color spaces of #df482c

RGB 2237244
HSL0.030.740.52
HSV80°87°
CMYK 0.000.680.80   0.13
XYZ33.203420.50464.5906
Yxy20.50460.56950.3517
Hunter Lab45.282051.643125.6867
CIE-Lab52.403057.301748.3270

#df482c color RGB value is (223,72,44).

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

The process color (four color CMYK) of #df482c color hex is 0.00, 0.68, 0.80, 0.13. Web safe color of #df482c is #cc3333. Color #df482c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 00101100
Octal 337 110 54
Decimal 223 72 44
Hex DF 48 2C

RGB Percentages of Color #df482c

%65.78
%21.24
%12.98

CMYK Percentages of Color #df482c

%0
%68
%80
%13

Triadic Colors of #df482c

#df482c #2cdf48 #482cdf

Analogous Colors of #df482c

#df482c #dfa22c #df2c6a

Monochromatic Colors of #df482c

#df482c

Complementary Color

#df482c #2cc3df

#df482c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df482c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df482c Color CSS Codes

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

#df482c Text Font Color

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

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


#df482c Background Color

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

This div background color is #df482c


#df482c Border Color

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

This div border color is #df482c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df482c


Comments

No comments written yet.

Please login to write comment.