Color Hex Logo

#df8338 Color Hex

#DF8338
(223,131,56)
0 Favorites   0 Comments

Color spaces of #df8338

RGB 22313156
HSL0.070.720.55
HSV27°75°87°
CMYK 0.000.410.75   0.13
XYZ39.261532.20617.8885
Yxy32.20610.49480.4058
Hunter Lab56.750424.178031.4838
CIE-Lab63.512929.646353.7151

#df8338 color RGB value is (223,131,56).

#df8338 hex color red value is 223, green value is 131 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #df8338 hue: 0.07 , saturation: 0.72 and the lightness value of df8338 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 00111000
Octal 337 203 70
Decimal 223 131 56
Hex DF 83 38

RGB Percentages of Color #df8338

%54.39
%31.95
%13.66

CMYK Percentages of Color #df8338

%0
%41
%75
%13

Triadic Colors of #df8338

#df8338 #38df83 #8338df

Analogous Colors of #df8338

#df8338 #dfd738 #df3841

Monochromatic Colors of #df8338

#df8338

Complementary Color

#df8338 #3894df

#df8338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8338 Color CSS Codes

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

#df8338 Text Font Color

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

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


#df8338 Background Color

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

This div background color is #df8338


#df8338 Border Color

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

This div border color is #df8338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8338


Comments

No comments written yet.

Please login to write comment.