Color Hex Logo

#d78505 Color Hex

#D78505
(215,133,5)
0 Favorites   0 Comments

Color spaces of #d78505

RGB 2151335
HSL0.100.950.43
HSV37°98°84°
CMYK 0.000.380.98   0.16
XYZ36.439331.23314.2516
Yxy31.23310.50660.4343
Hunter Lab55.886618.584534.6101
CIE-Lab62.703923.988067.8447

#d78505 color RGB value is (215,133,5).

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

The process color (four color CMYK) of #d78505 color hex is 0.00, 0.38, 0.98, 0.16. Web safe color of #d78505 is #cc9900. Color #d78505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000101 00000101
Octal 327 205 5
Decimal 215 133 5
Hex D7 85 5

RGB Percentages of Color #d78505

%60.91
%37.68
%1.42

CMYK Percentages of Color #d78505

%0
%38
%98
%16

Triadic Colors of #d78505

#d78505 #05d785 #8505d7

Analogous Colors of #d78505

#d78505 #c0d705 #d71c05

Monochromatic Colors of #d78505

#d78505

Complementary Color

#d78505 #0557d7

#d78505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78505 Color CSS Codes

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

#d78505 Text Font Color

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

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


#d78505 Background Color

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

This div background color is #d78505


#d78505 Border Color

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

This div border color is #d78505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78505


Comments

No comments written yet.

Please login to write comment.