Color Hex Logo

#d95613 Color Hex

#D95613
(217,86,19)
0 Favorites   0 Comments

Color spaces of #d95613

RGB 2178619
HSL0.060.840.46
HSV20°91°85°
CMYK 0.000.600.91   0.15
XYZ32.060621.45433.0674
Yxy21.45430.56660.3792
Hunter Lab46.318842.495028.4967
CIE-Lab53.443248.731058.8740

#d95613 color RGB value is (217,86,19).

#d95613 hex color red value is 217, green value is 86 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d95613 hue: 0.06 , saturation: 0.84 and the lightness value of d95613 is 0.46.

The process color (four color CMYK) of #d95613 color hex is 0.00, 0.60, 0.91, 0.15. Web safe color of #d95613 is #cc6600. Color #d95613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010110 00010011
Octal 331 126 23
Decimal 217 86 19
Hex D9 56 13

RGB Percentages of Color #d95613

%67.39
%26.71
%5.90

CMYK Percentages of Color #d95613

%0
%60
%91
%15

Triadic Colors of #d95613

#d95613 #13d956 #5613d9

Analogous Colors of #d95613

#d95613 #d9b913 #d91333

Monochromatic Colors of #d95613

#d95613

Complementary Color

#d95613 #1396d9

#d95613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95613 Color CSS Codes

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

#d95613 Text Font Color

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

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


#d95613 Background Color

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

This div background color is #d95613


#d95613 Border Color

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

This div border color is #d95613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95613


Comments

No comments written yet.

Please login to write comment.