Color Hex Logo

#df8232 Color Hex

#DF8232
(223,130,50)
0 Favorites   0 Comments

Color spaces of #df8232

RGB 22313050
HSL0.080.730.54
HSV28°78°87°
CMYK 0.000.420.78   0.13
XYZ38.989831.88357.1168
Yxy31.88350.49990.4088
Hunter Lab56.465524.440932.0530
CIE-Lab63.246529.933556.0684

#df8232 color RGB value is (223,130,50).

#df8232 hex color red value is 223, green value is 130 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #df8232 hue: 0.08 , saturation: 0.73 and the lightness value of df8232 is 0.54.

The process color (four color CMYK) of #df8232 color hex is 0.00, 0.42, 0.78, 0.13. Web safe color of #df8232 is #cc9933. Color #df8232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 00110010
Octal 337 202 62
Decimal 223 130 50
Hex DF 82 32

RGB Percentages of Color #df8232

%55.33
%32.26
%12.41

CMYK Percentages of Color #df8232

%0
%42
%78
%13

Triadic Colors of #df8232

#df8232 #32df82 #8232df

Analogous Colors of #df8232

#df8232 #dfd932 #df3239

Monochromatic Colors of #df8232

#df8232

Complementary Color

#df8232 #328fdf

#df8232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8232 Color CSS Codes

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

#df8232 Text Font Color

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

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


#df8232 Background Color

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

This div background color is #df8232


#df8232 Border Color

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

This div border color is #df8232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8232


Comments

No comments written yet.

Please login to write comment.