Color Hex Logo

#bd070b Color Hex

#BD070B
(189,7,11)
0 Favorites   0 Comments

Color spaces of #bd070b

RGB 189711
HSL1.000.930.38
HSV359°96°74°
CMYK 0.000.960.94   0.26
XYZ21.122610.99491.3256
Yxy10.99490.63160.3288
Hunter Lab33.158655.680220.8407
CIE-Lab39.571963.324549.8041

#bd070b color RGB value is (189,7,11).

#bd070b hex color red value is 189, green value is 7 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bd070b hue: 1.00 , saturation: 0.93 and the lightness value of bd070b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000111 00001011
Octal 275 7 13
Decimal 189 7 11
Hex BD 7 B

RGB Percentages of Color #bd070b

%91.30
%3.38
%5.31

CMYK Percentages of Color #bd070b

%0
%96
%94
%26

Triadic Colors of #bd070b

#bd070b #0bbd07 #070bbd

Analogous Colors of #bd070b

#bd070b #bd5e07 #bd0766

Monochromatic Colors of #bd070b

#bd070b

Complementary Color

#bd070b #07bdb9

#bd070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd070b Color CSS Codes

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

#bd070b Text Font Color

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

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


#bd070b Background Color

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

This div background color is #bd070b


#bd070b Border Color

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

This div border color is #bd070b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd070b


Comments

No comments written yet.

Please login to write comment.