Color Hex Logo

#b60130 Color Hex

#B60130
(182,1,48)
0 Favorites   0 Comments

Color spaces of #b60130

RGB 182148
HSL0.960.990.36
HSV344°99°71°
CMYK 0.000.990.74   0.29
XYZ19.835810.18023.7158
Yxy10.18020.58800.3018
Hunter Lab31.906455.134815.4296
CIE-Lab38.163963.113928.5136

#b60130 color RGB value is (182,1,48).

#b60130 hex color red value is 182, green value is 1 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b60130 hue: 0.96 , saturation: 0.99 and the lightness value of b60130 is 0.36.

The process color (four color CMYK) of #b60130 color hex is 0.00, 0.99, 0.74, 0.29. Web safe color of #b60130 is #cc0033. Color #b60130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000001 00110000
Octal 266 1 60
Decimal 182 1 48
Hex B6 1 30

RGB Percentages of Color #b60130

%78.79
%0.43
%20.78

CMYK Percentages of Color #b60130

%0
%99
%74
%29

Triadic Colors of #b60130

#b60130 #30b601 #0130b6

Analogous Colors of #b60130

#b60130 #b62d01 #b6018b

Monochromatic Colors of #b60130

#b60130

Complementary Color

#b60130 #01b687

#b60130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60130 Color CSS Codes

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

#b60130 Text Font Color

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

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


#b60130 Background Color

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

This div background color is #b60130


#b60130 Border Color

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

This div border color is #b60130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60130


Comments

No comments written yet.

Please login to write comment.