Color Hex Logo

#dc752a Color Hex

#DC752A
(220,117,42)
0 Favorites   0 Comments

Color spaces of #dc752a

RGB 22011742
HSL0.070.720.51
HSV25°81°86°
CMYK 0.000.470.81   0.14
XYZ36.294428.10545.7024
Yxy28.10540.51770.4009
Hunter Lab53.014529.427930.7328
CIE-Lab59.983835.230456.1789

#dc752a color RGB value is (220,117,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 00101010
Octal 334 165 52
Decimal 220 117 42
Hex DC 75 2A

RGB Percentages of Color #dc752a

%58.05
%30.87
%11.08

CMYK Percentages of Color #dc752a

%0
%47
%81
%14

Triadic Colors of #dc752a

#dc752a #2adc75 #752adc

Analogous Colors of #dc752a

#dc752a #dcce2a #dc2a38

Monochromatic Colors of #dc752a

#dc752a

Complementary Color

#dc752a #2a91dc

#dc752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc752a Color CSS Codes

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

#dc752a Text Font Color

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

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


#dc752a Background Color

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

This div background color is #dc752a


#dc752a Border Color

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

This div border color is #dc752a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,117,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 #dc752a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc752a


Comments

No comments written yet.

Please login to write comment.