Color Hex Logo

#dd5639 Color Hex

#DD5639
(221,86,57)
0 Favorites   0 Comments

Color spaces of #dd5639

RGB 2218657
HSL0.030.710.55
HSV11°74°87°
CMYK 0.000.610.74   0.13
XYZ33.885122.32316.3937
Yxy22.32310.54130.3566
Hunter Lab47.247345.334825.0498
CIE-Lab54.368251.224843.5875

#dd5639 color RGB value is (221,86,57).

#dd5639 hex color red value is 221, green value is 86 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dd5639 hue: 0.03 , saturation: 0.71 and the lightness value of dd5639 is 0.55.

The process color (four color CMYK) of #dd5639 color hex is 0.00, 0.61, 0.74, 0.13. Web safe color of #dd5639 is #cc6633. Color #dd5639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 00111001
Octal 335 126 71
Decimal 221 86 57
Hex DD 56 39

RGB Percentages of Color #dd5639

%60.71
%23.63
%15.66

CMYK Percentages of Color #dd5639

%0
%61
%74
%13

Triadic Colors of #dd5639

#dd5639 #39dd56 #5639dd

Analogous Colors of #dd5639

#dd5639 #dda839 #dd396e

Monochromatic Colors of #dd5639

#dd5639

Complementary Color

#dd5639 #39c0dd

#dd5639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5639 Color CSS Codes

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

#dd5639 Text Font Color

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

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


#dd5639 Background Color

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

This div background color is #dd5639


#dd5639 Border Color

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

This div border color is #dd5639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5639


Comments

No comments written yet.

Please login to write comment.