Color Hex Logo

#d8321b Color Hex

#D8321B
(216,50,27)
0 Favorites   0 Comments

Color spaces of #d8321b

RGB 2165027
HSL0.020.780.48
HSV88°85°
CMYK 0.000.770.88   0.15
XYZ29.657316.95932.7473
Yxy16.95930.60080.3436
Hunter Lab41.181756.480224.8718
CIE-Lab48.208762.369552.0442

#d8321b color RGB value is (216,50,27).

#d8321b hex color red value is 216, green value is 50 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d8321b hue: 0.02 , saturation: 0.78 and the lightness value of d8321b is 0.48.

The process color (four color CMYK) of #d8321b color hex is 0.00, 0.77, 0.88, 0.15. Web safe color of #d8321b is #cc3333. Color #d8321b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110010 00011011
Octal 330 62 33
Decimal 216 50 27
Hex D8 32 1B

RGB Percentages of Color #d8321b

%73.72
%17.06
%9.22

CMYK Percentages of Color #d8321b

%0
%77
%88
%15

Triadic Colors of #d8321b

#d8321b #1bd832 #321bd8

Analogous Colors of #d8321b

#d8321b #d8911b #d81b63

Monochromatic Colors of #d8321b

#d8321b

Complementary Color

#d8321b #1bc1d8

#d8321b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8321b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8321b Color CSS Codes

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

#d8321b Text Font Color

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

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


#d8321b Background Color

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

This div background color is #d8321b


#d8321b Border Color

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

This div border color is #d8321b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8321b


Comments

No comments written yet.

Please login to write comment.