Color Hex Logo

#b4170a Color Hex

#B4170A
(180,23,10)
0 Favorites   0 Comments

Color spaces of #b4170a

RGB 1802310
HSL0.010.890.37
HSV94°71°
CMYK 0.000.870.94   0.29
XYZ19.183610.33801.2715
Yxy10.33800.62300.3357
Hunter Lab32.152850.232820.1623
CIE-Lab38.442358.627048.4912

#b4170a color RGB value is (180,23,10).

#b4170a hex color red value is 180, green value is 23 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b4170a hue: 0.01 , saturation: 0.89 and the lightness value of b4170a is 0.37.

The process color (four color CMYK) of #b4170a color hex is 0.00, 0.87, 0.94, 0.29. Web safe color of #b4170a is #cc0000. Color #b4170a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 00001010
Octal 264 27 12
Decimal 180 23 10
Hex B4 17 A

RGB Percentages of Color #b4170a

%84.51
%10.80
%4.69

CMYK Percentages of Color #b4170a

%0
%87
%94
%29

Triadic Colors of #b4170a

#b4170a #0ab417 #170ab4

Analogous Colors of #b4170a

#b4170a #b46c0a #b40a52

Monochromatic Colors of #b4170a

#b4170a

Complementary Color

#b4170a #0aa7b4

#b4170a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4170a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4170a Color CSS Codes

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

#b4170a Text Font Color

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

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


#b4170a Background Color

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

This div background color is #b4170a


#b4170a Border Color

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

This div border color is #b4170a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4170a


Comments

No comments written yet.

Please login to write comment.