Color Hex Logo

#bd3207 Color Hex

#BD3207
(189,50,7)
0 Favorites   0 Comments

Color spaces of #bd3207

RGB 189507
HSL0.040.930.38
HSV14°96°74°
CMYK 0.000.740.96   0.26
XYZ22.165213.11541.5643
Yxy13.11540.60160.3560
Hunter Lab36.215245.872822.7896
CIE-Lab42.936653.724552.9947

#bd3207 color RGB value is (189,50,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 00000111
Octal 275 62 7
Decimal 189 50 7
Hex BD 32 7

RGB Percentages of Color #bd3207

%76.83
%20.33
%2.85

CMYK Percentages of Color #bd3207

%0
%74
%96
%26

Triadic Colors of #bd3207

#bd3207 #07bd32 #3207bd

Analogous Colors of #bd3207

#bd3207 #bd8d07 #bd0737

Monochromatic Colors of #bd3207

#bd3207

Complementary Color

#bd3207 #0792bd

#bd3207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3207 Color CSS Codes

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

#bd3207 Text Font Color

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

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


#bd3207 Background Color

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

This div background color is #bd3207


#bd3207 Border Color

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

This div border color is #bd3207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3207


Comments

No comments written yet.

Please login to write comment.