Color Hex Logo

#bb177e Color Hex

#BB177E
(187,23,126)
0 Favorites   0 Comments

Color spaces of #bb177e

RGB 18723126
HSL0.900.780.41
HSV322°88°73°
CMYK 0.000.880.33   0.27
XYZ24.565812.683920.8921
Yxy12.68390.42250.2182
Hunter Lab35.614560.7987-9.8505
CIE-Lab42.283067.2737-14.8672

#bb177e color RGB value is (187,23,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010111 01111110
Octal 273 27 176
Decimal 187 23 126
Hex BB 17 7E

RGB Percentages of Color #bb177e

%55.65
%6.85
%37.50

CMYK Percentages of Color #bb177e

%0
%88
%33
%27

Triadic Colors of #bb177e

#bb177e #7ebb17 #177ebb

Analogous Colors of #bb177e

#bb177e #bb172c #a617bb

Monochromatic Colors of #bb177e

#bb177e

Complementary Color

#bb177e #17bb54

#bb177e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb177e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb177e Color CSS Codes

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

#bb177e Text Font Color

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

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


#bb177e Background Color

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

This div background color is #bb177e


#bb177e Border Color

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

This div border color is #bb177e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb177e


Comments

No comments written yet.

Please login to write comment.