Color Hex Logo

#b6294c Color Hex

#B6294C
(182,41,76)
0 Favorites   0 Comments

Color spaces of #b6294c

RGB 1824176
HSL0.960.630.44
HSV345°77°71°
CMYK 0.000.770.58   0.29
XYZ21.388812.05288.0366
Yxy12.05280.51570.2906
Hunter Lab34.717149.216610.5771
CIE-Lab41.299957.143014.8983

#b6294c color RGB value is (182,41,76).

#b6294c hex color red value is 182, green value is 41 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b6294c hue: 0.96 , saturation: 0.63 and the lightness value of b6294c is 0.44.

The process color (four color CMYK) of #b6294c color hex is 0.00, 0.77, 0.58, 0.29. Web safe color of #b6294c is #cc3333. Color #b6294c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101001 01001100
Octal 266 51 114
Decimal 182 41 76
Hex B6 29 4C

RGB Percentages of Color #b6294c

%60.87
%13.71
%25.42

CMYK Percentages of Color #b6294c

%0
%77
%58
%29

Triadic Colors of #b6294c

#b6294c #4cb629 #294cb6

Analogous Colors of #b6294c

#b6294c #b64d29 #b62993

Monochromatic Colors of #b6294c

#b6294c

Complementary Color

#b6294c #29b693

#b6294c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6294c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6294c Color CSS Codes

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

#b6294c Text Font Color

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

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


#b6294c Background Color

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

This div background color is #b6294c


#b6294c Border Color

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

This div border color is #b6294c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6294c


Comments

No comments written yet.

Please login to write comment.