Color Hex Logo

#df502e Color Hex

#DF502E
(223,80,46)
0 Favorites   0 Comments

Color spaces of #df502e

RGB 2238046
HSL0.030.730.53
HSV12°79°87°
CMYK 0.000.640.79   0.13
XYZ33.793221.62264.9772
Yxy21.62260.55960.3580
Hunter Lab46.500148.346826.2039
CIE-Lab53.624354.110448.5310

#df502e color RGB value is (223,80,46).

#df502e hex color red value is 223, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #df502e hue: 0.03 , saturation: 0.73 and the lightness value of df502e is 0.53.

The process color (four color CMYK) of #df502e color hex is 0.00, 0.64, 0.79, 0.13. Web safe color of #df502e is #cc6633. Color #df502e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010000 00101110
Octal 337 120 56
Decimal 223 80 46
Hex DF 50 2E

RGB Percentages of Color #df502e

%63.90
%22.92
%13.18

CMYK Percentages of Color #df502e

%0
%64
%79
%13

Triadic Colors of #df502e

#df502e #2edf50 #502edf

Analogous Colors of #df502e

#df502e #dfa92e #df2e65

Monochromatic Colors of #df502e

#df502e

Complementary Color

#df502e #2ebddf

#df502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df502e Color CSS Codes

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

#df502e Text Font Color

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

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


#df502e Background Color

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

This div background color is #df502e


#df502e Border Color

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

This div border color is #df502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df502e


Comments

No comments written yet.

Please login to write comment.