Color Hex Logo

#b6174c Color Hex

#B6174C
(182,23,76)
0 Favorites   0 Comments

Color spaces of #b6174c

RGB 1822376
HSL0.940.780.40
HSV340°87°71°
CMYK 0.000.870.58   0.29
XYZ20.902311.07977.8744
Yxy11.07970.52440.2780
Hunter Lab33.286253.83959.2743
CIE-Lab39.714461.653612.7329

#b6174c color RGB value is (182,23,76).

#b6174c hex color red value is 182, green value is 23 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b6174c hue: 0.94 , saturation: 0.78 and the lightness value of b6174c is 0.40.

The process color (four color CMYK) of #b6174c color hex is 0.00, 0.87, 0.58, 0.29. Web safe color of #b6174c is #cc0033. Color #b6174c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010111 01001100
Octal 266 27 114
Decimal 182 23 76
Hex B6 17 4C

RGB Percentages of Color #b6174c

%64.77
%8.19
%27.05

CMYK Percentages of Color #b6174c

%0
%87
%58
%29

Triadic Colors of #b6174c

#b6174c #4cb617 #174cb6

Analogous Colors of #b6174c

#b6174c #b63117 #b6179c

Monochromatic Colors of #b6174c

#b6174c

Complementary Color

#b6174c #17b681

#b6174c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6174c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6174c Color CSS Codes

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

#b6174c Text Font Color

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

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


#b6174c Background Color

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

This div background color is #b6174c


#b6174c Border Color

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

This div border color is #b6174c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,23,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 #b6174c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6174c


Comments

No comments written yet.

Please login to write comment.