Color Hex Logo

#d47805 Color Hex

#D47805
(212,120,5)
0 Favorites   0 Comments

Color spaces of #d47805

RGB 2121205
HSL0.090.950.43
HSV33°98°83°
CMYK 0.000.430.98   0.17
XYZ33.895227.44093.6537
Yxy27.44090.52150.4222
Hunter Lab52.384123.826632.5335
CIE-Lab59.380229.656365.4568

#d47805 color RGB value is (212,120,5).

#d47805 hex color red value is 212, green value is 120 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #d47805 hue: 0.09 , saturation: 0.95 and the lightness value of d47805 is 0.43.

The process color (four color CMYK) of #d47805 color hex is 0.00, 0.43, 0.98, 0.17. Web safe color of #d47805 is #cc6600. Color #d47805 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111000 00000101
Octal 324 170 5
Decimal 212 120 5
Hex D4 78 5

RGB Percentages of Color #d47805

%62.91
%35.61
%1.48

CMYK Percentages of Color #d47805

%0
%43
%98
%17

Triadic Colors of #d47805

#d47805 #05d478 #7805d4

Analogous Colors of #d47805

#d47805 #c9d405 #d41105

Monochromatic Colors of #d47805

#d47805

Complementary Color

#d47805 #0561d4

#d47805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47805 Color CSS Codes

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

#d47805 Text Font Color

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

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


#d47805 Background Color

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

This div background color is #d47805


#d47805 Border Color

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

This div border color is #d47805


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,120,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d47805; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d47805;
  -webkit-box-shadow: 1px 1px 3px 2px #d47805;
  box-shadow:         1px 1px 3px 2px #d47805; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,120,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47805


Comments

No comments written yet.

Please login to write comment.