Color Hex Logo

#b32006 Color Hex

#B32006
(179,32,6)
0 Favorites   0 Comments

Color spaces of #b32006

RGB 179326
HSL0.030.940.36
HSV97°70°
CMYK 0.000.820.97   0.30
XYZ19.139810.62991.2153
Yxy10.62990.61770.3431
Hunter Lab32.603547.731720.6124
CIE-Lab38.950056.215450.0451

#b32006 color RGB value is (179,32,6).

#b32006 hex color red value is 179, green value is 32 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b32006 hue: 0.03 , saturation: 0.94 and the lightness value of b32006 is 0.36.

The process color (four color CMYK) of #b32006 color hex is 0.00, 0.82, 0.97, 0.30. Web safe color of #b32006 is #cc3300. Color #b32006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 00000110
Octal 263 40 6
Decimal 179 32 6
Hex B3 20 6

RGB Percentages of Color #b32006

%82.49
%14.75
%2.76

CMYK Percentages of Color #b32006

%0
%82
%97
%30

Triadic Colors of #b32006

#b32006 #06b320 #2006b3

Analogous Colors of #b32006

#b32006 #b37706 #b30642

Monochromatic Colors of #b32006

#b32006

Complementary Color

#b32006 #0699b3

#b32006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32006 Color CSS Codes

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

#b32006 Text Font Color

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

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


#b32006 Background Color

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

This div background color is #b32006


#b32006 Border Color

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

This div border color is #b32006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32006


Comments

No comments written yet.

Please login to write comment.