Color Hex Logo

#dc702a Color Hex

#DC702A
(220,112,42)
1 Favorites   0 Comments

Color spaces of #dc702a

RGB 22011242
HSL0.070.720.51
HSV24°81°86°
CMYK 0.000.490.81   0.14
XYZ35.727326.97125.5134
Yxy26.97120.52380.3954
Hunter Lab51.933831.913030.0593
CIE-Lab58.947737.797455.2284

#dc702a color RGB value is (220,112,42).

#dc702a hex color red value is 220, green value is 112 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dc702a hue: 0.07 , saturation: 0.72 and the lightness value of dc702a is 0.51.

The process color (four color CMYK) of #dc702a color hex is 0.00, 0.49, 0.81, 0.14. Web safe color of #dc702a is #cc6633. Color #dc702a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110000 00101010
Octal 334 160 52
Decimal 220 112 42
Hex DC 70 2A

RGB Percentages of Color #dc702a

%58.82
%29.95
%11.23

CMYK Percentages of Color #dc702a

%0
%49
%81
%14

Triadic Colors of #dc702a

#dc702a #2adc70 #702adc

Analogous Colors of #dc702a

#dc702a #dcc92a #dc2a3d

Monochromatic Colors of #dc702a

#dc702a

Complementary Color

#dc702a #2a96dc

#dc702a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc702a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc702a Color CSS Codes

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

#dc702a Text Font Color

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

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


#dc702a Background Color

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

This div background color is #dc702a


#dc702a Border Color

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

This div border color is #dc702a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc702a


Comments

No comments written yet.

Please login to write comment.