Color Hex Logo

#dd502d Color Hex

#DD502D
(221,80,45)
0 Favorites   0 Comments

Color spaces of #dd502d

RGB 2218045
HSL0.030.720.52
HSV12°80°87°
CMYK 0.000.640.80   0.13
XYZ33.161121.29894.8459
Yxy21.29890.55920.3591
Hunter Lab46.150747.495426.0800
CIE-Lab53.275153.393148.5634

#dd502d color RGB value is (221,80,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 00101101
Octal 335 120 55
Decimal 221 80 45
Hex DD 50 2D

RGB Percentages of Color #dd502d

%63.87
%23.12
%13.01

CMYK Percentages of Color #dd502d

%0
%64
%80
%13

Triadic Colors of #dd502d

#dd502d #2ddd50 #502ddd

Analogous Colors of #dd502d

#dd502d #dda82d #dd2d62

Monochromatic Colors of #dd502d

#dd502d

Complementary Color

#dd502d #2dbadd

#dd502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd502d Color CSS Codes

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

#dd502d Text Font Color

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

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


#dd502d Background Color

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

This div background color is #dd502d


#dd502d Border Color

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

This div border color is #dd502d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd502d


Comments

No comments written yet.

Please login to write comment.