Color Hex Logo

#bb144a Color Hex

#BB144A
(187,20,74)
0 Favorites   0 Comments

Color spaces of #bb144a

RGB 1872074
HSL0.950.810.41
HSV341°89°73°
CMYK 0.000.890.60   0.27
XYZ21.979711.55957.5513
Yxy11.55950.53490.2813
Hunter Lab33.999355.897210.6311
CIE-Lab40.507363.334815.2556

#bb144a color RGB value is (187,20,74).

#bb144a hex color red value is 187, green value is 20 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bb144a hue: 0.95 , saturation: 0.81 and the lightness value of bb144a is 0.41.

The process color (four color CMYK) of #bb144a color hex is 0.00, 0.89, 0.60, 0.27. Web safe color of #bb144a is #cc0033. Color #bb144a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 01001010
Octal 273 24 112
Decimal 187 20 74
Hex BB 14 4A

RGB Percentages of Color #bb144a

%66.55
%7.12
%26.33

CMYK Percentages of Color #bb144a

%0
%89
%60
%27

Triadic Colors of #bb144a

#bb144a #4abb14 #144abb

Analogous Colors of #bb144a

#bb144a #bb3114 #bb149e

Monochromatic Colors of #bb144a

#bb144a

Complementary Color

#bb144a #14bb85

#bb144a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb144a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb144a Color CSS Codes

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

#bb144a Text Font Color

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

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


#bb144a Background Color

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

This div background color is #bb144a


#bb144a Border Color

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

This div border color is #bb144a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb144a


Comments

No comments written yet.

Please login to write comment.