Color Hex Logo

#dc5a03 Color Hex

#DC5A03
(220,90,3)
0 Favorites   0 Comments

Color spaces of #dc5a03

RGB 220903
HSL0.070.970.44
HSV24°99°86°
CMYK 0.000.590.99   0.14
XYZ33.187822.53452.6866
Yxy22.53450.56820.3858
Hunter Lab47.470541.720329.8738
CIE-Lab54.589647.821663.4810

#dc5a03 color RGB value is (220,90,3).

#dc5a03 hex color red value is 220, green value is 90 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dc5a03 hue: 0.07 , saturation: 0.97 and the lightness value of dc5a03 is 0.44.

The process color (four color CMYK) of #dc5a03 color hex is 0.00, 0.59, 0.99, 0.14. Web safe color of #dc5a03 is #cc6600. Color #dc5a03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 00000011
Octal 334 132 3
Decimal 220 90 3
Hex DC 5A 3

RGB Percentages of Color #dc5a03

%70.29
%28.75
%0.96

CMYK Percentages of Color #dc5a03

%0
%59
%99
%14

Triadic Colors of #dc5a03

#dc5a03 #03dc5a #5a03dc

Analogous Colors of #dc5a03

#dc5a03 #dcc703 #dc0318

Monochromatic Colors of #dc5a03

#dc5a03

Complementary Color

#dc5a03 #0385dc

#dc5a03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5a03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5a03 Color CSS Codes

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

#dc5a03 Text Font Color

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

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


#dc5a03 Background Color

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

This div background color is #dc5a03


#dc5a03 Border Color

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

This div border color is #dc5a03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5a03


Comments

No comments written yet.

Please login to write comment.