Color Hex Logo

#bb055b Color Hex

#BB055B
(187,5,91)
0 Favorites   0 Comments

Color spaces of #bb055b

RGB 187591
HSL0.920.950.38
HSV332°97°73°
CMYK 0.000.970.51   0.27
XYZ22.436111.428710.9210
Yxy11.42870.50100.2552
Hunter Lab33.806459.30314.5111
CIE-Lab40.293366.36674.1328

#bb055b color RGB value is (187,5,91).

#bb055b hex color red value is 187, green value is 5 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bb055b hue: 0.92 , saturation: 0.95 and the lightness value of bb055b is 0.38.

The process color (four color CMYK) of #bb055b color hex is 0.00, 0.97, 0.51, 0.27. Web safe color of #bb055b is #cc0066. Color #bb055b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000101 01011011
Octal 273 5 133
Decimal 187 5 91
Hex BB 5 5B

RGB Percentages of Color #bb055b

%66.08
%1.77
%32.16

CMYK Percentages of Color #bb055b

%0
%97
%51
%27

Triadic Colors of #bb055b

#bb055b #5bbb05 #055bbb

Analogous Colors of #bb055b

#bb055b #bb0a05 #bb05b6

Monochromatic Colors of #bb055b

#bb055b

Complementary Color

#bb055b #05bb65

#bb055b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb055b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb055b Color CSS Codes

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

#bb055b Text Font Color

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

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


#bb055b Background Color

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

This div background color is #bb055b


#bb055b Border Color

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

This div border color is #bb055b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb055b


Comments

No comments written yet.

Please login to write comment.