Color Hex Logo

#bd3907 Color Hex

#BD3907
(189,57,7)
0 Favorites   0 Comments

Color spaces of #bd3907

RGB 189577
HSL0.050.930.38
HSV16°96°74°
CMYK 0.000.700.96   0.26
XYZ22.487713.76041.6718
Yxy13.76040.59300.3629
Hunter Lab37.095043.293823.2944
CIE-Lab43.887351.112053.5447

#bd3907 color RGB value is (189,57,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 00000111
Octal 275 71 7
Decimal 189 57 7
Hex BD 39 7

RGB Percentages of Color #bd3907

%74.70
%22.53
%2.77

CMYK Percentages of Color #bd3907

%0
%70
%96
%26

Triadic Colors of #bd3907

#bd3907 #07bd39 #3907bd

Analogous Colors of #bd3907

#bd3907 #bd9407 #bd0730

Monochromatic Colors of #bd3907

#bd3907

Complementary Color

#bd3907 #078bbd

#bd3907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3907 Color CSS Codes

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

#bd3907 Text Font Color

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

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


#bd3907 Background Color

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

This div background color is #bd3907


#bd3907 Border Color

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

This div border color is #bd3907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3907


Comments

No comments written yet.

Please login to write comment.