Color Hex Logo

#b60032 Color Hex

#B60032
(182,0,50)
0 Favorites   0 Comments

Color spaces of #b60032

RGB 182050
HSL0.951.000.36
HSV344°100°71°
CMYK 0.001.000.73   0.29
XYZ19.867110.17543.9345
Yxy10.17540.58470.2995
Hunter Lab31.898955.349315.0162
CIE-Lab38.155463.306527.2503

#b60032 color RGB value is (182,0,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000000 00110010
Octal 266 0 62
Decimal 182 0 50
Hex B6 0 32

RGB Percentages of Color #b60032

%78.45
%0.00
%21.55

CMYK Percentages of Color #b60032

%0
%100
%73
%29

Triadic Colors of #b60032

#b60032 #32b600 #0032b6

Analogous Colors of #b60032

#b60032 #b62900 #b6008d

Monochromatic Colors of #b60032

#b60032

Complementary Color

#b60032 #00b684

#b60032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60032 Color CSS Codes

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

#b60032 Text Font Color

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

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


#b60032 Background Color

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

This div background color is #b60032


#b60032 Border Color

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

This div border color is #b60032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60032


Comments

No comments written yet.

Please login to write comment.