Color Hex Logo

#d0050b Color Hex

#D0050B
(208,5,11)
0 Favorites   0 Comments

Color spaces of #d0050b

RGB 208511
HSL1.000.950.42
HSV358°98°82°
CMYK 0.000.980.95   0.18
XYZ26.127113.54261.5535
Yxy13.54260.63380.3285
Hunter Lab36.800362.329223.2573
CIE-Lab43.569768.337154.1983

#d0050b color RGB value is (208,5,11).

#d0050b hex color red value is 208, green value is 5 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d0050b hue: 1.00 , saturation: 0.95 and the lightness value of d0050b is 0.42.

The process color (four color CMYK) of #d0050b color hex is 0.00, 0.98, 0.95, 0.18. Web safe color of #d0050b is #cc0000. Color #d0050b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 00001011
Octal 320 5 13
Decimal 208 5 11
Hex D0 5 B

RGB Percentages of Color #d0050b

%92.86
%2.23
%4.91

CMYK Percentages of Color #d0050b

%0
%98
%95
%18

Triadic Colors of #d0050b

#d0050b #0bd005 #050bd0

Analogous Colors of #d0050b

#d0050b #d06505 #d00571

Monochromatic Colors of #d0050b

#d0050b

Complementary Color

#d0050b #05d0ca

#d0050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0050b Color CSS Codes

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

#d0050b Text Font Color

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

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


#d0050b Background Color

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

This div background color is #d0050b


#d0050b Border Color

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

This div border color is #d0050b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0050b


Comments

No comments written yet.

Please login to write comment.