Color Hex Logo

#bd3d0b Color Hex

#BD3D0B
(189,61,11)
0 Favorites   0 Comments

Color spaces of #bd3d0b

RGB 1896111
HSL0.050.890.39
HSV17°94°74°
CMYK 0.000.680.94   0.26
XYZ22.715414.18051.8565
Yxy14.18050.58620.3659
Hunter Lab37.657041.774723.4369
CIE-Lab44.490749.551652.8179

#bd3d0b color RGB value is (189,61,11).

#bd3d0b hex color red value is 189, green value is 61 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bd3d0b hue: 0.05 , saturation: 0.89 and the lightness value of bd3d0b is 0.39.

The process color (four color CMYK) of #bd3d0b color hex is 0.00, 0.68, 0.94, 0.26. Web safe color of #bd3d0b is #cc3300. Color #bd3d0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111101 00001011
Octal 275 75 13
Decimal 189 61 11
Hex BD 3D B

RGB Percentages of Color #bd3d0b

%72.41
%23.37
%4.21

CMYK Percentages of Color #bd3d0b

%0
%68
%94
%26

Triadic Colors of #bd3d0b

#bd3d0b #0bbd3d #3d0bbd

Analogous Colors of #bd3d0b

#bd3d0b #bd960b #bd0b32

Monochromatic Colors of #bd3d0b

#bd3d0b

Complementary Color

#bd3d0b #0b8bbd

#bd3d0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3d0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3d0b Color CSS Codes

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

#bd3d0b Text Font Color

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

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


#bd3d0b Background Color

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

This div background color is #bd3d0b


#bd3d0b Border Color

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

This div border color is #bd3d0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3d0b


Comments

No comments written yet.

Please login to write comment.