Color Hex Logo

#d8513f Color Hex

#D8513F
(216,81,63)
0 Favorites   0 Comments

Color spaces of #d8513f

RGB 2168163
HSL0.020.660.55
HSV71°85°
CMYK 0.000.630.71   0.15
XYZ32.158520.84277.0307
Yxy20.84270.53570.3472
Hunter Lab45.653845.841122.8270
CIE-Lab52.776951.956638.3436

#d8513f color RGB value is (216,81,63).

#d8513f hex color red value is 216, green value is 81 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d8513f hue: 0.02 , saturation: 0.66 and the lightness value of d8513f is 0.55.

The process color (four color CMYK) of #d8513f color hex is 0.00, 0.63, 0.71, 0.15. Web safe color of #d8513f is #cc6633. Color #d8513f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010001 00111111
Octal 330 121 77
Decimal 216 81 63
Hex D8 51 3F

RGB Percentages of Color #d8513f

%60.00
%22.50
%17.50

CMYK Percentages of Color #d8513f

%0
%63
%71
%15

Triadic Colors of #d8513f

#d8513f #3fd851 #513fd8

Analogous Colors of #d8513f

#d8513f #d89e3f #d83f7a

Monochromatic Colors of #d8513f

#d8513f

Complementary Color

#d8513f #3fc6d8

#d8513f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8513f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8513f Color CSS Codes

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

#d8513f Text Font Color

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

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


#d8513f Background Color

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

This div background color is #d8513f


#d8513f Border Color

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

This div border color is #d8513f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,81,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8513f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8513f;
  -webkit-box-shadow: 1px 1px 3px 2px #d8513f;
  box-shadow:         1px 1px 3px 2px #d8513f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,81,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8513f


Comments

No comments written yet.

Please login to write comment.