Color Hex Logo

#b6003f Color Hex

#B6003F
(182,0,63)
0 Favorites   0 Comments

Color spaces of #b6003f

RGB 182063
HSL0.941.000.36
HSV339°100°71°
CMYK 0.001.000.65   0.29
XYZ20.188610.30405.6274
Yxy10.30400.55890.2853
Hunter Lab32.099856.089512.0758
CIE-Lab38.382663.919319.2649

#b6003f color RGB value is (182,0,63).

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

The process color (four color CMYK) of #b6003f color hex is 0.00, 1.00, 0.65, 0.29. Web safe color of #b6003f is #cc0033. Color #b6003f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000000 00111111
Octal 266 0 77
Decimal 182 0 63
Hex B6 0 3F

RGB Percentages of Color #b6003f

%74.29
%0.00
%25.71

CMYK Percentages of Color #b6003f

%0
%100
%65
%29

Triadic Colors of #b6003f

#b6003f #3fb600 #003fb6

Analogous Colors of #b6003f

#b6003f #b61c00 #b6009a

Monochromatic Colors of #b6003f

#b6003f

Complementary Color

#b6003f #00b677

#b6003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6003f Color CSS Codes

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

#b6003f Text Font Color

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

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


#b6003f Background Color

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

This div background color is #b6003f


#b6003f Border Color

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

This div border color is #b6003f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,0,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6003f


Comments

No comments written yet.

Please login to write comment.