Color Hex Logo

#bb377a Color Hex

#BB377A
(187,55,122)
0 Favorites   0 Comments

Color spaces of #bb377a

RGB 18755122
HSL0.920.550.47
HSV330°71°73°
CMYK 0.000.710.35   0.27
XYZ25.372614.702319.9129
Yxy14.70230.42300.2451
Hunter Lab38.343651.0152-3.9505
CIE-Lab45.223758.0475-7.9660

#bb377a color RGB value is (187,55,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110111 01111010
Octal 273 67 172
Decimal 187 55 122
Hex BB 37 7A

RGB Percentages of Color #bb377a

%51.37
%15.11
%33.52

CMYK Percentages of Color #bb377a

%0
%71
%35
%27

Triadic Colors of #bb377a

#bb377a #7abb37 #377abb

Analogous Colors of #bb377a

#bb377a #bb3738 #ba37bb

Monochromatic Colors of #bb377a

#bb377a

Complementary Color

#bb377a #37bb78

#bb377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb377a Color CSS Codes

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

#bb377a Text Font Color

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

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


#bb377a Background Color

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

This div background color is #bb377a


#bb377a Border Color

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

This div border color is #bb377a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb377a


Comments

No comments written yet.

Please login to write comment.