Color Hex Logo

#df482e Color Hex

#DF482E
(223,72,46)
0 Favorites   0 Comments

Color spaces of #df482e

RGB 2237246
HSL0.020.730.53
HSV79°87°
CMYK 0.000.680.79   0.13
XYZ33.241920.52004.7935
Yxy20.52000.56770.3504
Hunter Lab45.299051.715925.4353
CIE-Lab52.420157.364047.3457

#df482e color RGB value is (223,72,46).

#df482e hex color red value is 223, green value is 72 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #df482e hue: 0.02 , saturation: 0.73 and the lightness value of df482e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 00101110
Octal 337 110 56
Decimal 223 72 46
Hex DF 48 2E

RGB Percentages of Color #df482e

%65.40
%21.11
%13.49

CMYK Percentages of Color #df482e

%0
%68
%79
%13

Triadic Colors of #df482e

#df482e #2edf48 #482edf

Analogous Colors of #df482e

#df482e #dfa12e #df2e6d

Monochromatic Colors of #df482e

#df482e

Complementary Color

#df482e #2ec5df

#df482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df482e Color CSS Codes

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

#df482e Text Font Color

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

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


#df482e Background Color

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

This div background color is #df482e


#df482e Border Color

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

This div border color is #df482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df482e


Comments

No comments written yet.

Please login to write comment.