Color Hex Logo

#d8512d Color Hex

#D8512D
(216,81,45)
0 Favorites   0 Comments

Color spaces of #d8512d

RGB 2168145
HSL0.040.690.51
HSV13°79°85°
CMYK 0.000.630.79   0.15
XYZ31.735020.67334.8003
Yxy20.67330.55470.3614
Hunter Lab45.467945.017925.5680
CIE-Lab52.590151.225847.6054

#d8512d color RGB value is (216,81,45).

#d8512d hex color red value is 216, green value is 81 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d8512d hue: 0.04 , saturation: 0.69 and the lightness value of d8512d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010001 00101101
Octal 330 121 55
Decimal 216 81 45
Hex D8 51 2D

RGB Percentages of Color #d8512d

%63.16
%23.68
%13.16

CMYK Percentages of Color #d8512d

%0
%63
%79
%15

Triadic Colors of #d8512d

#d8512d #2dd851 #512dd8

Analogous Colors of #d8512d

#d8512d #d8a72d #d82d5f

Monochromatic Colors of #d8512d

#d8512d

Complementary Color

#d8512d #2db4d8

#d8512d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8512d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8512d Color CSS Codes

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

#d8512d Text Font Color

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

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


#d8512d Background Color

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

This div background color is #d8512d


#d8512d Border Color

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

This div border color is #d8512d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8512d


Comments

No comments written yet.

Please login to write comment.