Color Hex Logo

#dc502e Color Hex

#DC502E
(220,80,46)
0 Favorites   0 Comments

Color spaces of #dc502e

RGB 2208046
HSL0.030.710.52
HSV12°79°86°
CMYK 0.000.640.79   0.14
XYZ32.877021.15024.9344
Yxy21.15020.55760.3587
Hunter Lab45.989347.125325.8311
CIE-Lab53.113553.081547.8560

#dc502e color RGB value is (220,80,46).

#dc502e hex color red value is 220, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc502e hue: 0.03 , saturation: 0.71 and the lightness value of dc502e is 0.52.

The process color (four color CMYK) of #dc502e color hex is 0.00, 0.64, 0.79, 0.14. Web safe color of #dc502e is #cc6633. Color #dc502e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010000 00101110
Octal 334 120 56
Decimal 220 80 46
Hex DC 50 2E

RGB Percentages of Color #dc502e

%63.58
%23.12
%13.29

CMYK Percentages of Color #dc502e

%0
%64
%79
%14

Triadic Colors of #dc502e

#dc502e #2edc50 #502edc

Analogous Colors of #dc502e

#dc502e #dca72e #dc2e63

Monochromatic Colors of #dc502e

#dc502e

Complementary Color

#dc502e #2ebadc

#dc502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc502e Color CSS Codes

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

#dc502e Text Font Color

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

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


#dc502e Background Color

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

This div background color is #dc502e


#dc502e Border Color

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

This div border color is #dc502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc502e


Comments

No comments written yet.

Please login to write comment.