Color Hex Logo

#b60a4d Color Hex

#B60A4D
(182,10,77)
0 Favorites   0 Comments

Color spaces of #b60a4d

RGB 1821077
HSL0.940.900.38
HSV337°95°71°
CMYK 0.000.950.58   0.29
XYZ20.739510.69807.9930
Yxy10.69800.52600.2713
Hunter Lab32.707855.94548.4064
CIE-Lab39.067163.658111.2006

#b60a4d color RGB value is (182,10,77).

#b60a4d hex color red value is 182, green value is 10 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b60a4d hue: 0.94 , saturation: 0.90 and the lightness value of b60a4d is 0.38.

The process color (four color CMYK) of #b60a4d color hex is 0.00, 0.95, 0.58, 0.29. Web safe color of #b60a4d is #cc0066. Color #b60a4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001010 01001101
Octal 266 12 115
Decimal 182 10 77
Hex B6 A 4D

RGB Percentages of Color #b60a4d

%67.66
%3.72
%28.62

CMYK Percentages of Color #b60a4d

%0
%95
%58
%29

Triadic Colors of #b60a4d

#b60a4d #4db60a #0a4db6

Analogous Colors of #b60a4d

#b60a4d #b61d0a #b60aa3

Monochromatic Colors of #b60a4d

#b60a4d

Complementary Color

#b60a4d #0ab673

#b60a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60a4d Color CSS Codes

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

#b60a4d Text Font Color

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

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


#b60a4d Background Color

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

This div background color is #b60a4d


#b60a4d Border Color

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

This div border color is #b60a4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60a4d


Comments

No comments written yet.

Please login to write comment.