Color Hex Logo

#df482b Color Hex

#DF482B
(223,72,43)
0 Favorites   0 Comments

Color spaces of #df482b

RGB 2237243
HSL0.030.740.52
HSV10°81°87°
CMYK 0.000.680.81   0.13
XYZ33.184820.49714.4928
Yxy20.49710.57040.3523
Hunter Lab45.273751.608225.8079
CIE-Lab52.394657.271948.8105

#df482b color RGB value is (223,72,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 00101011
Octal 337 110 53
Decimal 223 72 43
Hex DF 48 2B

RGB Percentages of Color #df482b

%65.98
%21.30
%12.72

CMYK Percentages of Color #df482b

%0
%68
%81
%13

Triadic Colors of #df482b

#df482b #2bdf48 #482bdf

Analogous Colors of #df482b

#df482b #dfa22b #df2b68

Monochromatic Colors of #df482b

#df482b

Complementary Color

#df482b #2bc2df

#df482b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df482b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df482b Color CSS Codes

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

#df482b Text Font Color

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

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


#df482b Background Color

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

This div background color is #df482b


#df482b Border Color

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

This div border color is #df482b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df482b


Comments

No comments written yet.

Please login to write comment.