Color Hex Logo

#df913b Color Hex

#DF913B
(223,145,59)
0 Favorites   0 Comments

Color spaces of #df913b

RGB 22314559
HSL0.090.720.55
HSV31°74°87°
CMYK 0.000.350.74   0.13
XYZ41.346236.25458.9563
Yxy36.25450.47770.4189
Hunter Lab60.211717.202033.3290
CIE-Lab66.713922.326055.6302

#df913b color RGB value is (223,145,59).

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

The process color (four color CMYK) of #df913b color hex is 0.00, 0.35, 0.74, 0.13. Web safe color of #df913b is #cc9933. Color #df913b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010001 00111011
Octal 337 221 73
Decimal 223 145 59
Hex DF 91 3B

RGB Percentages of Color #df913b

%52.22
%33.96
%13.82

CMYK Percentages of Color #df913b

%0
%35
%74
%13

Triadic Colors of #df913b

#df913b #3bdf91 #913bdf

Analogous Colors of #df913b

#df913b #dbdf3b #df3f3b

Monochromatic Colors of #df913b

#df913b

Complementary Color

#df913b #3b89df

#df913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df913b Color CSS Codes

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

#df913b Text Font Color

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

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


#df913b Background Color

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

This div background color is #df913b


#df913b Border Color

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

This div border color is #df913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df913b


Comments

No comments written yet.

Please login to write comment.