Color Hex Logo

#dd581b Color Hex

#DD581B
(221,88,27)
0 Favorites   0 Comments

Color spaces of #dd581b

RGB 2218827
HSL0.050.780.49
HSV19°88°87°
CMYK 0.000.600.88   0.13
XYZ33.506322.43073.6005
Yxy22.43070.56280.3767
Hunter Lab47.361143.400728.6454
CIE-Lab54.481049.412257.3246

#dd581b color RGB value is (221,88,27).

#dd581b hex color red value is 221, green value is 88 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dd581b hue: 0.05 , saturation: 0.78 and the lightness value of dd581b is 0.49.

The process color (four color CMYK) of #dd581b color hex is 0.00, 0.60, 0.88, 0.13. Web safe color of #dd581b is #cc6633. Color #dd581b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 00011011
Octal 335 130 33
Decimal 221 88 27
Hex DD 58 1B

RGB Percentages of Color #dd581b

%65.77
%26.19
%8.04

CMYK Percentages of Color #dd581b

%0
%60
%88
%13

Triadic Colors of #dd581b

#dd581b #1bdd58 #581bdd

Analogous Colors of #dd581b

#dd581b #ddb91b #dd1b3f

Monochromatic Colors of #dd581b

#dd581b

Complementary Color

#dd581b #1ba0dd

#dd581b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd581b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd581b Color CSS Codes

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

#dd581b Text Font Color

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

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


#dd581b Background Color

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

This div background color is #dd581b


#dd581b Border Color

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

This div border color is #dd581b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd581b


Comments

No comments written yet.

Please login to write comment.