Color Hex Logo

#b4152d Color Hex

#B4152D
(180,21,45)
0 Favorites   0 Comments

Color spaces of #b4152d

RGB 1802145
HSL0.970.790.39
HSV351°88°71°
CMYK 0.000.880.75   0.29
XYZ19.564210.42913.4645
Yxy10.42910.58470.3117
Hunter Lab32.294151.622916.2453
CIE-Lab38.601859.866630.7652

#b4152d color RGB value is (180,21,45).

#b4152d hex color red value is 180, green value is 21 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b4152d hue: 0.97 , saturation: 0.79 and the lightness value of b4152d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 00101101
Octal 264 25 55
Decimal 180 21 45
Hex B4 15 2D

RGB Percentages of Color #b4152d

%73.17
%8.54
%18.29

CMYK Percentages of Color #b4152d

%0
%88
%75
%29

Triadic Colors of #b4152d

#b4152d #2db415 #152db4

Analogous Colors of #b4152d

#b4152d #b44d15 #b4157d

Monochromatic Colors of #b4152d

#b4152d

Complementary Color

#b4152d #15b49c

#b4152d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4152d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4152d Color CSS Codes

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

#b4152d Text Font Color

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

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


#b4152d Background Color

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

This div background color is #b4152d


#b4152d Border Color

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

This div border color is #b4152d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4152d


Comments

No comments written yet.

Please login to write comment.