Color Hex Logo

#df742a Color Hex

#DF742A
(223,116,42)
0 Favorites   0 Comments

Color spaces of #df742a

RGB 22311642
HSL0.070.740.52
HSV25°81°87°
CMYK 0.000.480.81   0.13
XYZ37.094728.34595.7067
Yxy28.34590.52140.3984
Hunter Lab53.240931.195430.9135
CIE-Lab60.200036.945756.5327

#df742a color RGB value is (223,116,42).

#df742a hex color red value is 223, green value is 116 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #df742a hue: 0.07 , saturation: 0.74 and the lightness value of df742a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 00101010
Octal 337 164 52
Decimal 223 116 42
Hex DF 74 2A

RGB Percentages of Color #df742a

%58.53
%30.45
%11.02

CMYK Percentages of Color #df742a

%0
%48
%81
%13

Triadic Colors of #df742a

#df742a #2adf74 #742adf

Analogous Colors of #df742a

#df742a #dfcf2a #df2a3a

Monochromatic Colors of #df742a

#df742a

Complementary Color

#df742a #2a95df

#df742a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df742a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df742a Color CSS Codes

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

#df742a Text Font Color

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

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


#df742a Background Color

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

This div background color is #df742a


#df742a Border Color

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

This div border color is #df742a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df742a


Comments

No comments written yet.

Please login to write comment.