Color Hex Logo

#bb176a Color Hex

#BB176A
(187,23,106)
0 Favorites   0 Comments

Color spaces of #bb176a

RGB 18723106
HSL0.920.780.41
HSV330°88°73°
CMYK 0.000.880.43   0.27
XYZ23.401412.218214.7606
Yxy12.21820.46450.2425
Hunter Lab34.954558.3319-0.5688
CIE-Lab41.560865.2729-3.4984

#bb176a color RGB value is (187,23,106).

#bb176a hex color red value is 187, green value is 23 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bb176a hue: 0.92 , saturation: 0.78 and the lightness value of bb176a is 0.41.

The process color (four color CMYK) of #bb176a color hex is 0.00, 0.88, 0.43, 0.27. Web safe color of #bb176a is #cc0066. Color #bb176a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010111 01101010
Octal 273 27 152
Decimal 187 23 106
Hex BB 17 6A

RGB Percentages of Color #bb176a

%59.18
%7.28
%33.54

CMYK Percentages of Color #bb176a

%0
%88
%43
%27

Triadic Colors of #bb176a

#bb176a #6abb17 #176abb

Analogous Colors of #bb176a

#bb176a #bb1718 #ba17bb

Monochromatic Colors of #bb176a

#bb176a

Complementary Color

#bb176a #17bb68

#bb176a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb176a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb176a Color CSS Codes

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

#bb176a Text Font Color

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

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


#bb176a Background Color

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

This div background color is #bb176a


#bb176a Border Color

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

This div border color is #bb176a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb176a


Comments

No comments written yet.

Please login to write comment.