Color Hex Logo

#df532a Color Hex

#DF532A
(223,83,42)
0 Favorites   0 Comments

Color spaces of #df532a

RGB 2238342
HSL0.040.740.52
HSV14°81°87°
CMYK 0.000.630.81   0.13
XYZ33.942622.04174.6560
Yxy22.04170.55970.3635
Hunter Lab46.948646.890826.9841
CIE-Lab54.071252.705150.8743

#df532a color RGB value is (223,83,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 00101010
Octal 337 123 52
Decimal 223 83 42
Hex DF 53 2A

RGB Percentages of Color #df532a

%64.08
%23.85
%12.07

CMYK Percentages of Color #df532a

%0
%63
%81
%13

Triadic Colors of #df532a

#df532a #2adf53 #532adf

Analogous Colors of #df532a

#df532a #dfae2a #df2a5b

Monochromatic Colors of #df532a

#df532a

Complementary Color

#df532a #2ab6df

#df532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df532a Color CSS Codes

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

#df532a Text Font Color

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

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


#df532a Background Color

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

This div background color is #df532a


#df532a Border Color

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

This div border color is #df532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df532a


Comments

No comments written yet.

Please login to write comment.