Color Hex Logo

#dc5501 Color Hex

#DC5501
(220,85,1)
0 Favorites   0 Comments

Color spaces of #dc5501

RGB 220851
HSL0.060.990.43
HSV23°100°86°
CMYK 0.000.611.00   0.14
XYZ32.769221.71482.4930
Yxy21.71480.57510.3811
Hunter Lab46.599143.975329.4475
CIE-Lab53.723150.069963.4206

#dc5501 color RGB value is (220,85,1).

#dc5501 hex color red value is 220, green value is 85 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dc5501 hue: 0.06 , saturation: 0.99 and the lightness value of dc5501 is 0.43.

The process color (four color CMYK) of #dc5501 color hex is 0.00, 0.61, 1.00, 0.14. Web safe color of #dc5501 is #cc6600. Color #dc5501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 00000001
Octal 334 125 1
Decimal 220 85 1
Hex DC 55 1

RGB Percentages of Color #dc5501

%71.90
%27.78
%0.33

CMYK Percentages of Color #dc5501

%0
%61
%100
%14

Triadic Colors of #dc5501

#dc5501 #01dc55 #5501dc

Analogous Colors of #dc5501

#dc5501 #dcc301 #dc011a

Monochromatic Colors of #dc5501

#dc5501

Complementary Color

#dc5501 #0188dc

#dc5501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5501 Color CSS Codes

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

#dc5501 Text Font Color

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

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


#dc5501 Background Color

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

This div background color is #dc5501


#dc5501 Border Color

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

This div border color is #dc5501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5501


Comments

No comments written yet.

Please login to write comment.