Color Hex Logo

#df8461 Color Hex

#DF8461
(223,132,97)
0 Favorites   0 Comments

Color spaces of #df8461

RGB 22313297
HSL0.050.660.63
HSV17°57°87°
CMYK 0.000.410.57   0.13
XYZ40.840433.053615.5367
Yxy33.05360.45670.3696
Hunter Lab57.492326.188424.2221
CIE-Lab64.204331.592233.7720

#df8461 color RGB value is (223,132,97).

#df8461 hex color red value is 223, green value is 132 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #df8461 hue: 0.05 , saturation: 0.66 and the lightness value of df8461 is 0.63.

The process color (four color CMYK) of #df8461 color hex is 0.00, 0.41, 0.57, 0.13. Web safe color of #df8461 is #cc9966. Color #df8461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 01100001
Octal 337 204 141
Decimal 223 132 97
Hex DF 84 61

RGB Percentages of Color #df8461

%49.34
%29.20
%21.46

CMYK Percentages of Color #df8461

%0
%41
%57
%13

Triadic Colors of #df8461

#df8461 #61df84 #8461df

Analogous Colors of #df8461

#df8461 #dfc361 #df617d

Monochromatic Colors of #df8461

#df8461

Complementary Color

#df8461 #61bcdf

#df8461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8461 Color CSS Codes

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

#df8461 Text Font Color

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

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


#df8461 Background Color

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

This div background color is #df8461


#df8461 Border Color

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

This div border color is #df8461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8461


Comments

No comments written yet.

Please login to write comment.