Color Hex Logo

#bb216c Color Hex

#BB216C
(187,33,108)
0 Favorites   0 Comments

Color spaces of #bb216c

RGB 18733108
HSL0.920.700.43
HSV331°82°73°
CMYK 0.000.820.42   0.27
XYZ23.744112.735215.3940
Yxy12.73520.45770.2455
Hunter Lab35.686456.3145-0.5954
CIE-Lab42.361563.3440-3.5670

#bb216c color RGB value is (187,33,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 01101100
Octal 273 41 154
Decimal 187 33 108
Hex BB 21 6C

RGB Percentages of Color #bb216c

%57.01
%10.06
%32.93

CMYK Percentages of Color #bb216c

%0
%82
%42
%27

Triadic Colors of #bb216c

#bb216c #6cbb21 #216cbb

Analogous Colors of #bb216c

#bb216c #bb2321 #bb21b9

Monochromatic Colors of #bb216c

#bb216c

Complementary Color

#bb216c #21bb70

#bb216c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb216c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb216c Color CSS Codes

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

#bb216c Text Font Color

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

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


#bb216c Background Color

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

This div background color is #bb216c


#bb216c Border Color

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

This div border color is #bb216c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb216c


Comments

No comments written yet.

Please login to write comment.