Color Hex Logo

#df832e Color Hex

#DF832E
(223,131,46)
0 Favorites   0 Comments

Color spaces of #df832e

RGB 22313146
HSL0.080.730.53
HSV29°79°87°
CMYK 0.000.410.79   0.13
XYZ39.040932.11786.7265
Yxy32.11780.50130.4124
Hunter Lab56.672623.789032.6336
CIE-Lab63.440129.261157.9028

#df832e color RGB value is (223,131,46).

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

The process color (four color CMYK) of #df832e color hex is 0.00, 0.41, 0.79, 0.13. Web safe color of #df832e is #cc9933. Color #df832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 00101110
Octal 337 203 56
Decimal 223 131 46
Hex DF 83 2E

RGB Percentages of Color #df832e

%55.75
%32.75
%11.50

CMYK Percentages of Color #df832e

%0
%41
%79
%13

Triadic Colors of #df832e

#df832e #2edf83 #832edf

Analogous Colors of #df832e

#df832e #dfdc2e #df2e32

Monochromatic Colors of #df832e

#df832e

Complementary Color

#df832e #2e8adf

#df832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df832e Color CSS Codes

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

#df832e Text Font Color

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

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


#df832e Background Color

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

This div background color is #df832e


#df832e Border Color

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

This div border color is #df832e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,131,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 #df832e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df832e


Comments

No comments written yet.

Please login to write comment.