Color Hex Logo

#dd502f Color Hex

#DD502F
(221,80,47)
0 Favorites   0 Comments

Color spaces of #dd502f

RGB 2218047
HSL0.030.720.53
HSV11°79°87°
CMYK 0.000.640.79   0.13
XYZ33.200521.31475.0536
Yxy21.31470.55730.3578
Hunter Lab46.167847.570325.8275
CIE-Lab53.292253.458647.5945

#dd502f color RGB value is (221,80,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 00101111
Octal 335 120 57
Decimal 221 80 47
Hex DD 50 2F

RGB Percentages of Color #dd502f

%63.51
%22.99
%13.51

CMYK Percentages of Color #dd502f

%0
%64
%79
%13

Triadic Colors of #dd502f

#dd502f #2fdd50 #502fdd

Analogous Colors of #dd502f

#dd502f #dda72f #dd2f65

Monochromatic Colors of #dd502f

#dd502f

Complementary Color

#dd502f #2fbcdd

#dd502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd502f Color CSS Codes

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

#dd502f Text Font Color

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

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


#dd502f Background Color

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

This div background color is #dd502f


#dd502f Border Color

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

This div border color is #dd502f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd502f


Comments

No comments written yet.

Please login to write comment.