Color Hex Logo

#b4114a Color Hex

#B4114A
(180,17,74)
0 Favorites   0 Comments

Color spaces of #b4114a

RGB 1801774
HSL0.940.830.39
HSV339°91°71°
CMYK 0.000.910.59   0.29
XYZ20.258910.59867.4565
Yxy10.59860.52880.2766
Hunter Lab32.555554.10639.2091
CIE-Lab38.896062.052112.8229

#b4114a color RGB value is (180,17,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 01001010
Octal 264 21 112
Decimal 180 17 74
Hex B4 11 4A

RGB Percentages of Color #b4114a

%66.42
%6.27
%27.31

CMYK Percentages of Color #b4114a

%0
%91
%59
%29

Triadic Colors of #b4114a

#b4114a #4ab411 #114ab4

Analogous Colors of #b4114a

#b4114a #b42a11 #b4119c

Monochromatic Colors of #b4114a

#b4114a

Complementary Color

#b4114a #11b47b

#b4114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4114a Color CSS Codes

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

#b4114a Text Font Color

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

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


#b4114a Background Color

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

This div background color is #b4114a


#b4114a Border Color

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

This div border color is #b4114a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4114a


Comments

No comments written yet.

Please login to write comment.