Color Hex Logo

#bb056c Color Hex

#BB056C
(187,5,108)
0 Favorites   0 Comments

Color spaces of #bb056c

RGB 1875108
HSL0.910.950.38
HSV326°97°73°
CMYK 0.000.970.42   0.27
XYZ23.254611.756015.2308
Yxy11.75600.46290.2340
Hunter Lab34.287061.0623-2.3366
CIE-Lab40.825767.7850-5.8455

#bb056c color RGB value is (187,5,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000101 01101100
Octal 273 5 154
Decimal 187 5 108
Hex BB 5 6C

RGB Percentages of Color #bb056c

%62.33
%1.67
%36.00

CMYK Percentages of Color #bb056c

%0
%97
%42
%27

Triadic Colors of #bb056c

#bb056c #6cbb05 #056cbb

Analogous Colors of #bb056c

#bb056c #bb0511 #af05bb

Monochromatic Colors of #bb056c

#bb056c

Complementary Color

#bb056c #05bb54

#bb056c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb056c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb056c Color CSS Codes

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

#bb056c Text Font Color

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

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


#bb056c Background Color

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

This div background color is #bb056c


#bb056c Border Color

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

This div border color is #bb056c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb056c


Comments

No comments written yet.

Please login to write comment.