Color Hex Logo

#df8123 Color Hex

#DF8123
(223,129,35)
0 Favorites   0 Comments

Color spaces of #df8123

RGB 22312935
HSL0.080.750.51
HSV30°84°87°
CMYK 0.000.420.84   0.13
XYZ38.585131.50985.6385
Yxy31.50980.50950.4161
Hunter Lab56.133624.463533.3380
CIE-Lab62.935729.983461.5488

#df8123 color RGB value is (223,129,35).

#df8123 hex color red value is 223, green value is 129 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #df8123 hue: 0.08 , saturation: 0.75 and the lightness value of df8123 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 00100011
Octal 337 201 43
Decimal 223 129 35
Hex DF 81 23

RGB Percentages of Color #df8123

%57.62
%33.33
%9.04

CMYK Percentages of Color #df8123

%0
%42
%84
%13

Triadic Colors of #df8123

#df8123 #23df81 #8123df

Analogous Colors of #df8123

#df8123 #dfdf23 #df2323

Monochromatic Colors of #df8123

#df8123

Complementary Color

#df8123 #2381df

#df8123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8123 Color CSS Codes

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

#df8123 Text Font Color

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

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


#df8123 Background Color

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

This div background color is #df8123


#df8123 Border Color

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

This div border color is #df8123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8123


Comments

No comments written yet.

Please login to write comment.