Color Hex Logo

#d77501 Color Hex

#D77501
(215,117,1)
0 Favorites   0 Comments

Color spaces of #d77501

RGB 2151171
HSL0.090.990.42
HSV33°100°84°
CMYK 0.000.461.00   0.16
XYZ34.391127.17183.4608
Yxy27.17180.52890.4179
Hunter Lab52.126626.545932.5522
CIE-Lab59.133032.442766.1864

#d77501 color RGB value is (215,117,1).

#d77501 hex color red value is 215, green value is 117 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d77501 hue: 0.09 , saturation: 0.99 and the lightness value of d77501 is 0.42.

The process color (four color CMYK) of #d77501 color hex is 0.00, 0.46, 1.00, 0.16. Web safe color of #d77501 is #cc6600. Color #d77501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 00000001
Octal 327 165 1
Decimal 215 117 1
Hex D7 75 1

RGB Percentages of Color #d77501

%64.56
%35.14
%0.30

CMYK Percentages of Color #d77501

%0
%46
%100
%16

Triadic Colors of #d77501

#d77501 #01d775 #7501d7

Analogous Colors of #d77501

#d77501 #ced701 #d70a01

Monochromatic Colors of #d77501

#d77501

Complementary Color

#d77501 #0163d7

#d77501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77501 Color CSS Codes

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

#d77501 Text Font Color

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

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


#d77501 Background Color

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

This div background color is #d77501


#d77501 Border Color

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

This div border color is #d77501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77501


Comments

No comments written yet.

Please login to write comment.