Color Hex Logo

#d8620c Color Hex

#D8620C
(216,98,12)
0 Favorites   0 Comments

Color spaces of #d8620c

RGB 2169812
HSL0.070.890.45
HSV25°94°85°
CMYK 0.000.550.94   0.15
XYZ32.752923.36083.1306
Yxy23.36080.55280.3943
Hunter Lab48.333036.377929.9928
CIE-Lab55.442042.602561.9053

#d8620c color RGB value is (216,98,12).

#d8620c hex color red value is 216, green value is 98 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #d8620c hue: 0.07 , saturation: 0.89 and the lightness value of d8620c is 0.45.

The process color (four color CMYK) of #d8620c color hex is 0.00, 0.55, 0.94, 0.15. Web safe color of #d8620c is #cc6600. Color #d8620c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100010 00001100
Octal 330 142 14
Decimal 216 98 12
Hex D8 62 C

RGB Percentages of Color #d8620c

%66.26
%30.06
%3.68

CMYK Percentages of Color #d8620c

%0
%55
%94
%15

Triadic Colors of #d8620c

#d8620c #0cd862 #620cd8

Analogous Colors of #d8620c

#d8620c #d8c80c #d80c1c

Monochromatic Colors of #d8620c

#d8620c

Complementary Color

#d8620c #0c82d8

#d8620c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8620c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8620c Color CSS Codes

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

#d8620c Text Font Color

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

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


#d8620c Background Color

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

This div background color is #d8620c


#d8620c Border Color

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

This div border color is #d8620c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8620c


Comments

No comments written yet.

Please login to write comment.