Color Hex Logo

#dd482c Color Hex

#DD482C
(221,72,44)
0 Favorites   0 Comments

Color spaces of #dd482c

RGB 2217244
HSL0.030.720.52
HSV80°87°
CMYK 0.000.670.80   0.13
XYZ32.590820.18874.5620
Yxy20.18870.56840.3521
Hunter Lab44.931850.842225.4325
CIE-Lab52.049956.644647.8631

#dd482c color RGB value is (221,72,44).

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

The process color (four color CMYK) of #dd482c color hex is 0.00, 0.67, 0.80, 0.13. Web safe color of #dd482c is #cc3333. Color #dd482c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 00101100
Octal 335 110 54
Decimal 221 72 44
Hex DD 48 2C

RGB Percentages of Color #dd482c

%65.58
%21.36
%13.06

CMYK Percentages of Color #dd482c

%0
%67
%80
%13

Triadic Colors of #dd482c

#dd482c #2cdd48 #482cdd

Analogous Colors of #dd482c

#dd482c #dda12c #dd2c69

Monochromatic Colors of #dd482c

#dd482c

Complementary Color

#dd482c #2cc1dd

#dd482c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd482c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd482c Color CSS Codes

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

#dd482c Text Font Color

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

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


#dd482c Background Color

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

This div background color is #dd482c


#dd482c Border Color

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

This div border color is #dd482c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd482c


Comments

No comments written yet.

Please login to write comment.