Color Hex Logo

#bb376a Color Hex

#BB376A
(187,55,106)
0 Favorites   0 Comments

Color spaces of #bb376a

RGB 18755106
HSL0.940.550.47
HSV337°71°73°
CMYK 0.000.710.43   0.27
XYZ24.461214.337815.1139
Yxy14.33780.45370.2659
Hunter Lab37.865349.04782.8401
CIE-Lab44.713556.34471.1240

#bb376a color RGB value is (187,55,106).

#bb376a hex color red value is 187, green value is 55 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bb376a hue: 0.94 , saturation: 0.55 and the lightness value of bb376a is 0.47.

The process color (four color CMYK) of #bb376a color hex is 0.00, 0.71, 0.43, 0.27. Web safe color of #bb376a is #cc3366. Color #bb376a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110111 01101010
Octal 273 67 152
Decimal 187 55 106
Hex BB 37 6A

RGB Percentages of Color #bb376a

%53.74
%15.80
%30.46

CMYK Percentages of Color #bb376a

%0
%71
%43
%27

Triadic Colors of #bb376a

#bb376a #6abb37 #376abb

Analogous Colors of #bb376a

#bb376a #bb4637 #bb37ac

Monochromatic Colors of #bb376a

#bb376a

Complementary Color

#bb376a #37bb88

#bb376a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb376a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb376a Color CSS Codes

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

#bb376a Text Font Color

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

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


#bb376a Background Color

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

This div background color is #bb376a


#bb376a Border Color

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

This div border color is #bb376a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,55,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb376a


Comments

No comments written yet.

Please login to write comment.