Color Hex Logo

#b60306 Color Hex

#B60306
(182,3,6)
0 Favorites   0 Comments

Color spaces of #b60306

RGB 18236
HSL1.000.970.36
HSV359°98°71°
CMYK 0.000.980.97   0.29
XYZ19.356810.02341.0868
Yxy10.02340.63530.3290
Hunter Lab31.659853.730520.1266
CIE-Lab37.884461.911949.8422

#b60306 color RGB value is (182,3,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 00000110
Octal 266 3 6
Decimal 182 3 6
Hex B6 3 6

RGB Percentages of Color #b60306

%95.29
%1.57
%3.14

CMYK Percentages of Color #b60306

%0
%98
%97
%29

Triadic Colors of #b60306

#b60306 #06b603 #0306b6

Analogous Colors of #b60306

#b60306 #b65903 #b60360

Monochromatic Colors of #b60306

#b60306

Complementary Color

#b60306 #03b6b3

#b60306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60306 Color CSS Codes

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

#b60306 Text Font Color

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

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


#b60306 Background Color

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

This div background color is #b60306


#b60306 Border Color

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

This div border color is #b60306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60306


Comments

No comments written yet.

Please login to write comment.