Color Hex Logo

#df842b Color Hex

#DF842B
(223,132,43)
0 Favorites   0 Comments

Color spaces of #df842b

RGB 22313243
HSL0.080.740.52
HSV30°81°87°
CMYK 0.000.410.81   0.13
XYZ39.118732.36496.4708
Yxy32.36490.50180.4152
Hunter Lab56.890223.182033.0793
CIE-Lab63.643328.631959.2679

#df842b color RGB value is (223,132,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 00101011
Octal 337 204 53
Decimal 223 132 43
Hex DF 84 2B

RGB Percentages of Color #df842b

%56.03
%33.17
%10.80

CMYK Percentages of Color #df842b

%0
%41
%81
%13

Triadic Colors of #df842b

#df842b #2bdf84 #842bdf

Analogous Colors of #df842b

#df842b #dfde2b #df2b2c

Monochromatic Colors of #df842b

#df842b

Complementary Color

#df842b #2b86df

#df842b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df842b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df842b Color CSS Codes

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

#df842b Text Font Color

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

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


#df842b Background Color

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

This div background color is #df842b


#df842b Border Color

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

This div border color is #df842b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df842b


Comments

No comments written yet.

Please login to write comment.