Color Hex Logo

#b8174a Color Hex

#B8174A
(184,23,74)
0 Favorites   0 Comments

Color spaces of #b8174a

RGB 1842374
HSL0.950.780.41
HSV341°88°72°
CMYK 0.000.880.60   0.28
XYZ21.309611.29767.5361
Yxy11.29760.53080.2814
Hunter Lab33.611954.346310.2350
CIE-Lab40.077362.037314.5693

#b8174a color RGB value is (184,23,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010111 01001010
Octal 270 27 112
Decimal 184 23 74
Hex B8 17 4A

RGB Percentages of Color #b8174a

%65.48
%8.19
%26.33

CMYK Percentages of Color #b8174a

%0
%88
%60
%28

Triadic Colors of #b8174a

#b8174a #4ab817 #174ab8

Analogous Colors of #b8174a

#b8174a #b83417 #b8179b

Monochromatic Colors of #b8174a

#b8174a

Complementary Color

#b8174a #17b885

#b8174a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8174a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8174a Color CSS Codes

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

#b8174a Text Font Color

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

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


#b8174a Background Color

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

This div background color is #b8174a


#b8174a Border Color

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

This div border color is #b8174a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8174a


Comments

No comments written yet.

Please login to write comment.