Color Hex Logo

#d0280b Color Hex

#D0280B
(208,40,11)
0 Favorites   0 Comments

Color spaces of #d0280b

RGB 2084011
HSL0.020.900.43
HSV95°82°
CMYK 0.000.810.95   0.18
XYZ26.831614.95161.7884
Yxy14.95160.61580.3432
Hunter Lab38.667356.195024.3249
CIE-Lab45.567862.620655.3123

#d0280b color RGB value is (208,40,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101000 00001011
Octal 320 50 13
Decimal 208 40 11
Hex D0 28 B

RGB Percentages of Color #d0280b

%80.31
%15.44
%4.25

CMYK Percentages of Color #d0280b

%0
%81
%95
%18

Triadic Colors of #d0280b

#d0280b #0bd028 #280bd0

Analogous Colors of #d0280b

#d0280b #d08b0b #d00b50

Monochromatic Colors of #d0280b

#d0280b

Complementary Color

#d0280b #0bb3d0

#d0280b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0280b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0280b Color CSS Codes

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

#d0280b Text Font Color

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

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


#d0280b Background Color

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

This div background color is #d0280b


#d0280b Border Color

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

This div border color is #d0280b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,40,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 #d0280b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0280b


Comments

No comments written yet.

Please login to write comment.