Color Hex Logo

#d94915 Color Hex

#D94915
(217,73,21)
0 Favorites   0 Comments

Color spaces of #d94915

RGB 2177321
HSL0.040.820.47
HSV16°90°85°
CMYK 0.000.660.90   0.15
XYZ31.133219.57092.8461
Yxy19.57090.58140.3655
Hunter Lab44.239048.201127.1529
CIE-Lab51.348654.370556.7628

#d94915 color RGB value is (217,73,21).

#d94915 hex color red value is 217, green value is 73 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #d94915 hue: 0.04 , saturation: 0.82 and the lightness value of d94915 is 0.47.

The process color (four color CMYK) of #d94915 color hex is 0.00, 0.66, 0.90, 0.15. Web safe color of #d94915 is #cc3300. Color #d94915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001001 00010101
Octal 331 111 25
Decimal 217 73 21
Hex D9 49 15

RGB Percentages of Color #d94915

%69.77
%23.47
%6.75

CMYK Percentages of Color #d94915

%0
%66
%90
%15

Triadic Colors of #d94915

#d94915 #15d949 #4915d9

Analogous Colors of #d94915

#d94915 #d9ab15 #d91543

Monochromatic Colors of #d94915

#d94915

Complementary Color

#d94915 #15a5d9

#d94915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94915 Color CSS Codes

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

#d94915 Text Font Color

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

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


#d94915 Background Color

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

This div background color is #d94915


#d94915 Border Color

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

This div border color is #d94915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94915


Comments

No comments written yet.

Please login to write comment.