Color Hex Logo

#df7349 Color Hex

#DF7349
(223,115,73)
0 Favorites   0 Comments

Color spaces of #df7349

RGB 22311573
HSL0.050.700.58
HSV17°67°87°
CMYK 0.000.480.67   0.13
XYZ37.764828.43059.8005
Yxy28.43050.49690.3741
Hunter Lab53.320333.114626.4264
CIE-Lab60.275738.806441.8786

#df7349 color RGB value is (223,115,73).

#df7349 hex color red value is 223, green value is 115 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #df7349 hue: 0.05 , saturation: 0.70 and the lightness value of df7349 is 0.58.

The process color (four color CMYK) of #df7349 color hex is 0.00, 0.48, 0.67, 0.13. Web safe color of #df7349 is #cc6633. Color #df7349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 01001001
Octal 337 163 111
Decimal 223 115 73
Hex DF 73 49

RGB Percentages of Color #df7349

%54.26
%27.98
%17.76

CMYK Percentages of Color #df7349

%0
%48
%67
%13

Triadic Colors of #df7349

#df7349 #49df73 #7349df

Analogous Colors of #df7349

#df7349 #dfbe49 #df496a

Monochromatic Colors of #df7349

#df7349

Complementary Color

#df7349 #49b5df

#df7349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7349 Color CSS Codes

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

#df7349 Text Font Color

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

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


#df7349 Background Color

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

This div background color is #df7349


#df7349 Border Color

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

This div border color is #df7349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7349


Comments

No comments written yet.

Please login to write comment.