Color Hex Logo

#dd483f Color Hex

#DD483F
(221,72,63)
0 Favorites   0 Comments

Color spaces of #dd483f

RGB 2217263
HSL0.010.700.56
HSV71°87°
CMYK 0.000.670.71   0.13
XYZ33.033420.36586.8926
Yxy20.36580.54790.3378
Hunter Lab45.128551.684622.5344
CIE-Lab52.248357.366537.9610

#dd483f color RGB value is (221,72,63).

#dd483f hex color red value is 221, green value is 72 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd483f hue: 0.01 , saturation: 0.70 and the lightness value of dd483f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 00111111
Octal 335 110 77
Decimal 221 72 63
Hex DD 48 3F

RGB Percentages of Color #dd483f

%62.08
%20.22
%17.70

CMYK Percentages of Color #dd483f

%0
%67
%71
%13

Triadic Colors of #dd483f

#dd483f #3fdd48 #483fdd

Analogous Colors of #dd483f

#dd483f #dd973f #dd3f85

Monochromatic Colors of #dd483f

#dd483f

Complementary Color

#dd483f #3fd4dd

#dd483f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd483f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd483f Color CSS Codes

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

#dd483f Text Font Color

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

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


#dd483f Background Color

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

This div background color is #dd483f


#dd483f Border Color

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

This div border color is #dd483f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd483f


Comments

No comments written yet.

Please login to write comment.