Color Hex Logo

#d94500 Color Hex

#D94500
(217,69,0)
0 Favorites   0 Comments

Color spaces of #d94500

RGB 217690
HSL0.051.000.43
HSV19°100°85°
CMYK 0.000.681.00   0.15
XYZ30.743419.00802.0485
Yxy19.00800.59350.3670
Hunter Lab43.598249.573127.7329
CIE-Lab50.696655.736361.8010

#d94500 color RGB value is (217,69,0).

#d94500 hex color red value is 217, green value is 69 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d94500 hue: 0.05 , saturation: 1.00 and the lightness value of d94500 is 0.43.

The process color (four color CMYK) of #d94500 color hex is 0.00, 0.68, 1.00, 0.15. Web safe color of #d94500 is #cc3300. Color #d94500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000101 00000000
Octal 331 105 0
Decimal 217 69 0
Hex D9 45 0

RGB Percentages of Color #d94500

%75.87
%24.13
%0.00

CMYK Percentages of Color #d94500

%0
%68
%100
%15

Triadic Colors of #d94500

#d94500 #00d945 #4500d9

Analogous Colors of #d94500

#d94500 #d9b200 #d90027

Monochromatic Colors of #d94500

#d94500

Complementary Color

#d94500 #0094d9

#d94500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94500 Color CSS Codes

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

#d94500 Text Font Color

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

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


#d94500 Background Color

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

This div background color is #d94500


#d94500 Border Color

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

This div border color is #d94500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,69,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d94500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d94500;
  -webkit-box-shadow: 1px 1px 3px 2px #d94500;
  box-shadow:         1px 1px 3px 2px #d94500; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,69,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94500


Comments

No comments written yet.

Please login to write comment.