Color Hex Logo

#dc581a Color Hex

#DC581A
(220,88,26)
0 Favorites   0 Comments

Color spaces of #dc581a

RGB 2208826
HSL0.050.790.48
HSV19°88°86°
CMYK 0.000.600.88   0.14
XYZ33.191422.26973.5264
Yxy22.26970.56270.3775
Hunter Lab47.190842.963228.6030
CIE-Lab54.312049.030857.4766

#dc581a color RGB value is (220,88,26).

#dc581a hex color red value is 220, green value is 88 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dc581a hue: 0.05 , saturation: 0.79 and the lightness value of dc581a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 00011010
Octal 334 130 32
Decimal 220 88 26
Hex DC 58 1A

RGB Percentages of Color #dc581a

%65.87
%26.35
%7.78

CMYK Percentages of Color #dc581a

%0
%60
%88
%14

Triadic Colors of #dc581a

#dc581a #1adc58 #581adc

Analogous Colors of #dc581a

#dc581a #dcb91a #dc1a3d

Monochromatic Colors of #dc581a

#dc581a

Complementary Color

#dc581a #1a9edc

#dc581a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc581a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc581a Color CSS Codes

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

#dc581a Text Font Color

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

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


#dc581a Background Color

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

This div background color is #dc581a


#dc581a Border Color

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

This div border color is #dc581a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc581a


Comments

No comments written yet.

Please login to write comment.