Color Hex Logo

#d07520 Color Hex

#D07520
(208,117,32)
0 Favorites   0 Comments

Color spaces of #d07520

RGB 20811732
HSL0.080.730.47
HSV29°85°82°
CMYK 0.000.440.85   0.18
XYZ32.634426.23684.7107
Yxy26.23680.51330.4126
Hunter Lab51.221924.087430.4026
CIE-Lab58.261130.027957.8255

#d07520 color RGB value is (208,117,32).

#d07520 hex color red value is 208, green value is 117 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d07520 hue: 0.08 , saturation: 0.73 and the lightness value of d07520 is 0.47.

The process color (four color CMYK) of #d07520 color hex is 0.00, 0.44, 0.85, 0.18. Web safe color of #d07520 is #cc6633. Color #d07520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 00100000
Octal 320 165 40
Decimal 208 117 32
Hex D0 75 20

RGB Percentages of Color #d07520

%58.26
%32.77
%8.96

CMYK Percentages of Color #d07520

%0
%44
%85
%18

Triadic Colors of #d07520

#d07520 #20d075 #7520d0

Analogous Colors of #d07520

#d07520 #d0cd20 #d02023

Monochromatic Colors of #d07520

#d07520

Complementary Color

#d07520 #207bd0

#d07520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07520 Color CSS Codes

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

#d07520 Text Font Color

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

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


#d07520 Background Color

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

This div background color is #d07520


#d07520 Border Color

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

This div border color is #d07520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,117,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07520


Comments

No comments written yet.

Please login to write comment.