Color Hex Logo

#df541a Color Hex

#DF541A
(223,84,26)
0 Favorites   0 Comments

Color spaces of #df541a

RGB 2238426
HSL0.050.790.49
HSV18°88°87°
CMYK 0.000.620.88   0.13
XYZ33.788222.10323.4628
Yxy22.10320.56930.3724
Hunter Lab47.014046.010428.5428
CIE-Lab54.136351.885857.5593

#df541a color RGB value is (223,84,26).

#df541a hex color red value is 223, green value is 84 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #df541a hue: 0.05 , saturation: 0.79 and the lightness value of df541a is 0.49.

The process color (four color CMYK) of #df541a color hex is 0.00, 0.62, 0.88, 0.13. Web safe color of #df541a is #cc6633. Color #df541a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 00011010
Octal 337 124 32
Decimal 223 84 26
Hex DF 54 1A

RGB Percentages of Color #df541a

%66.97
%25.23
%7.81

CMYK Percentages of Color #df541a

%0
%62
%88
%13

Triadic Colors of #df541a

#df541a #1adf54 #541adf

Analogous Colors of #df541a

#df541a #dfb71a #df1a42

Monochromatic Colors of #df541a

#df541a

Complementary Color

#df541a #1aa5df

#df541a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df541a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df541a Color CSS Codes

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

#df541a Text Font Color

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

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


#df541a Background Color

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

This div background color is #df541a


#df541a Border Color

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

This div border color is #df541a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df541a


Comments

No comments written yet.

Please login to write comment.