Color Hex Logo

#df5b08 Color Hex

#DF5B08
(223,91,8)
0 Favorites   0 Comments

Color spaces of #df5b08

RGB 223918
HSL0.060.930.45
HSV23°96°87°
CMYK 0.000.590.96   0.13
XYZ34.216323.18772.9020
Yxy23.18770.56740.3845
Hunter Lab48.153642.567230.1344
CIE-Lab55.265248.509863.1295

#df5b08 color RGB value is (223,91,8).

#df5b08 hex color red value is 223, green value is 91 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #df5b08 hue: 0.06 , saturation: 0.93 and the lightness value of df5b08 is 0.45.

The process color (four color CMYK) of #df5b08 color hex is 0.00, 0.59, 0.96, 0.13. Web safe color of #df5b08 is #cc6600. Color #df5b08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011011 00001000
Octal 337 133 10
Decimal 223 91 8
Hex DF 5B 8

RGB Percentages of Color #df5b08

%69.25
%28.26
%2.48

CMYK Percentages of Color #df5b08

%0
%59
%96
%13

Triadic Colors of #df5b08

#df5b08 #08df5b #5b08df

Analogous Colors of #df5b08

#df5b08 #dfc708 #df0820

Monochromatic Colors of #df5b08

#df5b08

Complementary Color

#df5b08 #088cdf

#df5b08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5b08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5b08 Color CSS Codes

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

#df5b08 Text Font Color

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

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


#df5b08 Background Color

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

This div background color is #df5b08


#df5b08 Border Color

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

This div border color is #df5b08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5b08


Comments

No comments written yet.

Please login to write comment.