Color Hex Logo

#b5172e Color Hex

#B5172E
(181,23,46)
0 Favorites   0 Comments

Color spaces of #b5172e

RGB 1812346
HSL0.980.770.40
HSV351°87°71°
CMYK 0.000.870.75   0.29
XYZ19.855610.63383.5908
Yxy10.63380.58260.3120
Hunter Lab32.609551.620216.2979
CIE-Lab38.956759.795330.6162

#b5172e color RGB value is (181,23,46).

#b5172e hex color red value is 181, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b5172e hue: 0.98 , saturation: 0.77 and the lightness value of b5172e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010111 00101110
Octal 265 27 56
Decimal 181 23 46
Hex B5 17 2E

RGB Percentages of Color #b5172e

%72.40
%9.20
%18.40

CMYK Percentages of Color #b5172e

%0
%87
%75
%29

Triadic Colors of #b5172e

#b5172e #2eb517 #172eb5

Analogous Colors of #b5172e

#b5172e #b54f17 #b5177d

Monochromatic Colors of #b5172e

#b5172e

Complementary Color

#b5172e #17b59e

#b5172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5172e Color CSS Codes

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

#b5172e Text Font Color

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

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


#b5172e Background Color

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

This div background color is #b5172e


#b5172e Border Color

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

This div border color is #b5172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5172e


Comments

No comments written yet.

Please login to write comment.