Color Hex Logo

#df5a2a Color Hex

#DF5A2A
(223,90,42)
0 Favorites   0 Comments

Color spaces of #df5a2a

RGB 2239042
HSL0.040.740.52
HSV16°81°87°
CMYK 0.000.600.81   0.13
XYZ34.505523.16754.8436
Yxy23.16750.55190.3706
Hunter Lab48.132643.731627.7265
CIE-Lab55.244549.598351.9701

#df5a2a color RGB value is (223,90,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 00101010
Octal 337 132 52
Decimal 223 90 42
Hex DF 5A 2A

RGB Percentages of Color #df5a2a

%62.82
%25.35
%11.83

CMYK Percentages of Color #df5a2a

%0
%60
%81
%13

Triadic Colors of #df5a2a

#df5a2a #2adf5a #5a2adf

Analogous Colors of #df5a2a

#df5a2a #dfb52a #df2a54

Monochromatic Colors of #df5a2a

#df5a2a

Complementary Color

#df5a2a #2aafdf

#df5a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5a2a Color CSS Codes

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

#df5a2a Text Font Color

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

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


#df5a2a Background Color

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

This div background color is #df5a2a


#df5a2a Border Color

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

This div border color is #df5a2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,90,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 #df5a2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5a2a


Comments

No comments written yet.

Please login to write comment.