Color Hex Logo

#bb134a Color Hex

#BB134A
(187,19,74)
0 Favorites   0 Comments

Color spaces of #bb134a

RGB 1871974
HSL0.950.820.40
HSV340°90°73°
CMYK 0.000.900.60   0.27
XYZ21.962411.52507.5456
Yxy11.52500.53520.2809
Hunter Lab33.948556.067710.5858
CIE-Lab40.451063.496815.1792

#bb134a color RGB value is (187,19,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010011 01001010
Octal 273 23 112
Decimal 187 19 74
Hex BB 13 4A

RGB Percentages of Color #bb134a

%66.79
%6.79
%26.43

CMYK Percentages of Color #bb134a

%0
%90
%60
%27

Triadic Colors of #bb134a

#bb134a #4abb13 #134abb

Analogous Colors of #bb134a

#bb134a #bb3013 #bb139e

Monochromatic Colors of #bb134a

#bb134a

Complementary Color

#bb134a #13bb84

#bb134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb134a Color CSS Codes

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

#bb134a Text Font Color

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

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


#bb134a Background Color

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

This div background color is #bb134a


#bb134a Border Color

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

This div border color is #bb134a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb134a


Comments

No comments written yet.

Please login to write comment.