Color Hex Logo

#dd482f Color Hex

#DD482F
(221,72,47)
0 Favorites   0 Comments

Color spaces of #dd482f

RGB 2217247
HSL0.020.720.53
HSV79°87°
CMYK 0.000.670.79   0.13
XYZ32.649220.21214.8698
Yxy20.21210.56550.3501
Hunter Lab44.957950.953625.0483
CIE-Lab52.076256.740246.3800

#dd482f color RGB value is (221,72,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 00101111
Octal 335 110 57
Decimal 221 72 47
Hex DD 48 2F

RGB Percentages of Color #dd482f

%65.00
%21.18
%13.82

CMYK Percentages of Color #dd482f

%0
%67
%79
%13

Triadic Colors of #dd482f

#dd482f #2fdd48 #482fdd

Analogous Colors of #dd482f

#dd482f #dd9f2f #dd2f6d

Monochromatic Colors of #dd482f

#dd482f

Complementary Color

#dd482f #2fc4dd

#dd482f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd482f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd482f Color CSS Codes

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

#dd482f Text Font Color

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

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


#dd482f Background Color

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

This div background color is #dd482f


#dd482f Border Color

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

This div border color is #dd482f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd482f


Comments

No comments written yet.

Please login to write comment.