Color Hex Logo

#b8173a Color Hex

#B8173A
(184,23,58)
0 Favorites   0 Comments

Color spaces of #b8173a

RGB 1842358
HSL0.960.780.41
HSV347°88°72°
CMYK 0.000.880.68   0.28
XYZ20.837311.10865.0489
Yxy11.10860.56320.3003
Hunter Lab33.329653.269614.3492
CIE-Lab39.762861.131924.2902

#b8173a color RGB value is (184,23,58).

#b8173a hex color red value is 184, green value is 23 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b8173a hue: 0.96 , saturation: 0.78 and the lightness value of b8173a is 0.41.

The process color (four color CMYK) of #b8173a color hex is 0.00, 0.88, 0.68, 0.28. Web safe color of #b8173a is #cc0033. Color #b8173a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010111 00111010
Octal 270 27 72
Decimal 184 23 58
Hex B8 17 3A

RGB Percentages of Color #b8173a

%69.43
%8.68
%21.89

CMYK Percentages of Color #b8173a

%0
%88
%68
%28

Triadic Colors of #b8173a

#b8173a #3ab817 #173ab8

Analogous Colors of #b8173a

#b8173a #b84517 #b8178b

Monochromatic Colors of #b8173a

#b8173a

Complementary Color

#b8173a #17b895

#b8173a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8173a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8173a Color CSS Codes

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

#b8173a Text Font Color

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

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


#b8173a Background Color

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

This div background color is #b8173a


#b8173a Border Color

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

This div border color is #b8173a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,23,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8173a


Comments

No comments written yet.

Please login to write comment.