Color Hex Logo

#bb159d Color Hex

#BB159D
(187,21,157)
0 Favorites   0 Comments

Color spaces of #bb159d

RGB 18721157
HSL0.860.800.41
HSV311°89°73°
CMYK 0.000.890.16   0.27
XYZ26.847513.535433.0959
Yxy13.53540.36540.1842
Hunter Lab36.790565.8753-27.5826
CIE-Lab43.559171.3435-31.7847

#bb159d color RGB value is (187,21,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010101 10011101
Octal 273 25 235
Decimal 187 21 157
Hex BB 15 9D

RGB Percentages of Color #bb159d

%51.23
%5.75
%43.01

CMYK Percentages of Color #bb159d

%0
%89
%16
%27

Triadic Colors of #bb159d

#bb159d #9dbb15 #159dbb

Analogous Colors of #bb159d

#bb159d #bb154a #8615bb

Monochromatic Colors of #bb159d

#bb159d

Complementary Color

#bb159d #15bb33

#bb159d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb159d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb159d Color CSS Codes

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

#bb159d Text Font Color

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

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


#bb159d Background Color

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

This div background color is #bb159d


#bb159d Border Color

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

This div border color is #bb159d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb159d


Comments

No comments written yet.

Please login to write comment.