Color Hex Logo

#b30506 Color Hex

#B30506
(179,5,6)
0 Favorites   0 Comments

Color spaces of #b30506

RGB 17956
HSL1.000.950.36
HSV360°97°70°
CMYK 0.000.970.97   0.30
XYZ18.67759.70541.0612
Yxy9.70540.63430.3296
Hunter Lab31.153552.497819.7878
CIE-Lab37.308460.912349.1900

#b30506 color RGB value is (179,5,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000101 00000110
Octal 263 5 6
Decimal 179 5 6
Hex B3 5 6

RGB Percentages of Color #b30506

%94.21
%2.63
%3.16

CMYK Percentages of Color #b30506

%0
%97
%97
%30

Triadic Colors of #b30506

#b30506 #06b305 #0506b3

Analogous Colors of #b30506

#b30506 #b35b05 #b3055d

Monochromatic Colors of #b30506

#b30506

Complementary Color

#b30506 #05b3b2

#b30506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30506 Color CSS Codes

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

#b30506 Text Font Color

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

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


#b30506 Background Color

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

This div background color is #b30506


#b30506 Border Color

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

This div border color is #b30506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30506


Comments

No comments written yet.

Please login to write comment.