Color Hex Logo

#b4154a Color Hex

#B4154A
(180,21,74)
0 Favorites   0 Comments

Color spaces of #b4154a

RGB 1802174
HSL0.940.790.39
HSV340°88°71°
CMYK 0.000.880.59   0.29
XYZ20.326610.73407.4791
Yxy10.73400.52740.2785
Hunter Lab32.762853.40969.3992
CIE-Lab39.128861.381113.1416

#b4154a color RGB value is (180,21,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 01001010
Octal 264 25 112
Decimal 180 21 74
Hex B4 15 4A

RGB Percentages of Color #b4154a

%65.45
%7.64
%26.91

CMYK Percentages of Color #b4154a

%0
%88
%59
%29

Triadic Colors of #b4154a

#b4154a #4ab415 #154ab4

Analogous Colors of #b4154a

#b4154a #b42f15 #b4159a

Monochromatic Colors of #b4154a

#b4154a

Complementary Color

#b4154a #15b47f

#b4154a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4154a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4154a Color CSS Codes

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

#b4154a Text Font Color

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

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


#b4154a Background Color

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

This div background color is #b4154a


#b4154a Border Color

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

This div border color is #b4154a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,21,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 #b4154a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4154a


Comments

No comments written yet.

Please login to write comment.