Color Hex Logo

#bb216e Color Hex

#BB216E
(187,33,110)
0 Favorites   0 Comments

Color spaces of #bb216e

RGB 18733110
HSL0.920.700.43
HSV330°82°73°
CMYK 0.000.820.41   0.27
XYZ23.851812.778315.9612
Yxy12.77830.45350.2430
Hunter Lab35.746756.5462-1.4507
CIE-Lab42.427363.5359-4.7178

#bb216e color RGB value is (187,33,110).

#bb216e hex color red value is 187, green value is 33 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bb216e hue: 0.92 , saturation: 0.70 and the lightness value of bb216e is 0.43.

The process color (four color CMYK) of #bb216e color hex is 0.00, 0.82, 0.41, 0.27. Web safe color of #bb216e is #cc3366. Color #bb216e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 01101110
Octal 273 41 156
Decimal 187 33 110
Hex BB 21 6E

RGB Percentages of Color #bb216e

%56.67
%10.00
%33.33

CMYK Percentages of Color #bb216e

%0
%82
%41
%27

Triadic Colors of #bb216e

#bb216e #6ebb21 #216ebb

Analogous Colors of #bb216e

#bb216e #bb2121 #bb21bb

Monochromatic Colors of #bb216e

#bb216e

Complementary Color

#bb216e #21bb6e

#bb216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb216e Color CSS Codes

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

#bb216e Text Font Color

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

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


#bb216e Background Color

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

This div background color is #bb216e


#bb216e Border Color

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

This div border color is #bb216e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb216e


Comments

No comments written yet.

Please login to write comment.