Color Hex Logo

#bd3106 Color Hex

#BD3106
(189,49,6)
0 Favorites   0 Comments

Color spaces of #bd3106

RGB 189496
HSL0.040.940.38
HSV14°97°74°
CMYK 0.000.740.97   0.26
XYZ22.117513.02861.5213
Yxy13.02860.60320.3553
Hunter Lab36.095246.210322.7677
CIE-Lab42.806354.065253.2196

#bd3106 color RGB value is (189,49,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 00000110
Octal 275 61 6
Decimal 189 49 6
Hex BD 31 6

RGB Percentages of Color #bd3106

%77.46
%20.08
%2.46

CMYK Percentages of Color #bd3106

%0
%74
%97
%26

Triadic Colors of #bd3106

#bd3106 #06bd31 #3106bd

Analogous Colors of #bd3106

#bd3106 #bd8d06 #bd0636

Monochromatic Colors of #bd3106

#bd3106

Complementary Color

#bd3106 #0692bd

#bd3106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3106 Color CSS Codes

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

#bd3106 Text Font Color

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

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


#bd3106 Background Color

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

This div background color is #bd3106


#bd3106 Border Color

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

This div border color is #bd3106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3106


Comments

No comments written yet.

Please login to write comment.