Color Hex Logo

#bd3708 Color Hex

#BD3708
(189,55,8)
0 Favorites   0 Comments

Color spaces of #bd3708

RGB 189558
HSL0.040.920.39
HSV16°96°74°
CMYK 0.000.710.96   0.26
XYZ22.396313.56871.6683
Yxy13.56870.59510.3606
Hunter Lab36.835744.066423.0997
CIE-Lab43.607951.896753.0977

#bd3708 color RGB value is (189,55,8).

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

The process color (four color CMYK) of #bd3708 color hex is 0.00, 0.71, 0.96, 0.26. Web safe color of #bd3708 is #cc3300. Color #bd3708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 00001000
Octal 275 67 10
Decimal 189 55 8
Hex BD 37 8

RGB Percentages of Color #bd3708

%75.00
%21.83
%3.17

CMYK Percentages of Color #bd3708

%0
%71
%96
%26

Triadic Colors of #bd3708

#bd3708 #08bd37 #3708bd

Analogous Colors of #bd3708

#bd3708 #bd9208 #bd0834

Monochromatic Colors of #bd3708

#bd3708

Complementary Color

#bd3708 #088ebd

#bd3708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3708 Color CSS Codes

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

#bd3708 Text Font Color

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

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


#bd3708 Background Color

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

This div background color is #bd3708


#bd3708 Border Color

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

This div border color is #bd3708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3708


Comments

No comments written yet.

Please login to write comment.