Color Hex Logo

#d8290b Color Hex

#D8290B
(216,41,11)
0 Favorites   0 Comments

Color spaces of #d8290b

RGB 2164111
HSL0.020.900.45
HSV95°85°
CMYK 0.000.810.95   0.15
XYZ29.172216.20901.9077
Yxy16.20900.61690.3428
Hunter Lab40.260458.883225.3729
CIE-Lab47.247564.653457.1021

#d8290b color RGB value is (216,41,11).

#d8290b hex color red value is 216, green value is 41 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d8290b hue: 0.02 , saturation: 0.90 and the lightness value of d8290b is 0.45.

The process color (four color CMYK) of #d8290b color hex is 0.00, 0.81, 0.95, 0.15. Web safe color of #d8290b is #cc3300. Color #d8290b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 00001011
Octal 330 51 13
Decimal 216 41 11
Hex D8 29 B

RGB Percentages of Color #d8290b

%80.60
%15.30
%4.10

CMYK Percentages of Color #d8290b

%0
%81
%95
%15

Triadic Colors of #d8290b

#d8290b #0bd829 #290bd8

Analogous Colors of #d8290b

#d8290b #d8900b #d80b54

Monochromatic Colors of #d8290b

#d8290b

Complementary Color

#d8290b #0bbad8

#d8290b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8290b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8290b Color CSS Codes

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

#d8290b Text Font Color

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

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


#d8290b Background Color

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

This div background color is #d8290b


#d8290b Border Color

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

This div border color is #d8290b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8290b


Comments

No comments written yet.

Please login to write comment.