Color Hex Logo

#bb169e Color Hex

#BB169E
(187,22,158)
0 Favorites   0 Comments

Color spaces of #bb169e

RGB 18722158
HSL0.860.790.41
HSV311°88°73°
CMYK 0.000.880.16   0.27
XYZ26.952013.607233.5537
Yxy13.60720.36370.1836
Hunter Lab36.887965.8663-28.1093
CIE-Lab43.664371.3155-32.2207

#bb169e color RGB value is (187,22,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010110 10011110
Octal 273 26 236
Decimal 187 22 158
Hex BB 16 9E

RGB Percentages of Color #bb169e

%50.95
%5.99
%43.05

CMYK Percentages of Color #bb169e

%0
%88
%16
%27

Triadic Colors of #bb169e

#bb169e #9ebb16 #169ebb

Analogous Colors of #bb169e

#bb169e #bb164c #8616bb

Monochromatic Colors of #bb169e

#bb169e

Complementary Color

#bb169e #16bb33

#bb169e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb169e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb169e Color CSS Codes

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

#bb169e Text Font Color

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

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


#bb169e Background Color

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

This div background color is #bb169e


#bb169e Border Color

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

This div border color is #bb169e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb169e


Comments

No comments written yet.

Please login to write comment.