Color Hex Logo

#bb179d Color Hex

#BB179D
(187,23,157)
0 Favorites   0 Comments

Color spaces of #bb179d

RGB 18723157
HSL0.860.780.41
HSV311°88°73°
CMYK 0.000.880.16   0.27
XYZ26.885713.611933.1086
Yxy13.61190.36530.1849
Hunter Lab36.894365.5119-27.3803
CIE-Lab43.671171.0163-31.6088

#bb179d color RGB value is (187,23,157).

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

The process color (four color CMYK) of #bb179d color hex is 0.00, 0.88, 0.16, 0.27. Web safe color of #bb179d is #cc0099. Color #bb179d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010111 10011101
Octal 273 27 235
Decimal 187 23 157
Hex BB 17 9D

RGB Percentages of Color #bb179d

%50.95
%6.27
%42.78

CMYK Percentages of Color #bb179d

%0
%88
%16
%27

Triadic Colors of #bb179d

#bb179d #9dbb17 #179dbb

Analogous Colors of #bb179d

#bb179d #bb174b #8717bb

Monochromatic Colors of #bb179d

#bb179d

Complementary Color

#bb179d #17bb35

#bb179d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb179d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb179d Color CSS Codes

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

#bb179d Text Font Color

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

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


#bb179d Background Color

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

This div background color is #bb179d


#bb179d Border Color

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

This div border color is #bb179d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb179d


Comments

No comments written yet.

Please login to write comment.