Color Hex Logo

#bd080d Color Hex

#BD080D
(189,8,13)
0 Favorites   0 Comments

Color spaces of #bd080d

RGB 189813
HSL1.000.920.39
HSV358°96°74°
CMYK 0.000.960.93   0.26
XYZ21.145711.02151.3936
Yxy11.02150.63010.3284
Hunter Lab33.198655.597020.7502
CIE-Lab39.616763.241849.1077

#bd080d color RGB value is (189,8,13).

#bd080d hex color red value is 189, green value is 8 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bd080d hue: 1.00 , saturation: 0.92 and the lightness value of bd080d is 0.39.

The process color (four color CMYK) of #bd080d color hex is 0.00, 0.96, 0.93, 0.26. Web safe color of #bd080d is #cc0000. Color #bd080d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001000 00001101
Octal 275 10 15
Decimal 189 8 13
Hex BD 8 D

RGB Percentages of Color #bd080d

%90.00
%3.81
%6.19

CMYK Percentages of Color #bd080d

%0
%96
%93
%26

Triadic Colors of #bd080d

#bd080d #0dbd08 #080dbd

Analogous Colors of #bd080d

#bd080d #bd5d08 #bd0868

Monochromatic Colors of #bd080d

#bd080d

Complementary Color

#bd080d #08bdb8

#bd080d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd080d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd080d Color CSS Codes

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

#bd080d Text Font Color

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

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


#bd080d Background Color

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

This div background color is #bd080d


#bd080d Border Color

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

This div border color is #bd080d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,8,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd080d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd080d;
  -webkit-box-shadow: 1px 1px 3px 2px #bd080d;
  box-shadow:         1px 1px 3px 2px #bd080d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,8,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd080d


Comments

No comments written yet.

Please login to write comment.