Color Hex Logo

#bb168e Color Hex

#BB168E
(187,22,142)
0 Favorites   0 Comments

Color spaces of #bb168e

RGB 18722142
HSL0.880.790.41
HSV316°88°73°
CMYK 0.000.880.24   0.27
XYZ25.662913.091626.7655
Yxy13.09160.39170.1998
Hunter Lab36.182363.2850-18.5316
CIE-Lab42.900969.2827-23.7324

#bb168e color RGB value is (187,22,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010110 10001110
Octal 273 26 216
Decimal 187 22 142
Hex BB 16 8E

RGB Percentages of Color #bb168e

%53.28
%6.27
%40.46

CMYK Percentages of Color #bb168e

%0
%88
%24
%27

Triadic Colors of #bb168e

#bb168e #8ebb16 #168ebb

Analogous Colors of #bb168e

#bb168e #bb163b #9616bb

Monochromatic Colors of #bb168e

#bb168e

Complementary Color

#bb168e #16bb43

#bb168e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb168e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb168e Color CSS Codes

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

#bb168e Text Font Color

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

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


#bb168e Background Color

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

This div background color is #bb168e


#bb168e Border Color

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

This div border color is #bb168e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb168e


Comments

No comments written yet.

Please login to write comment.