Color Hex Logo

#bb215c Color Hex

#BB215C
(187,33,92)
0 Favorites   0 Comments

Color spaces of #bb215c

RGB 1873392
HSL0.940.700.43
HSV337°82°73°
CMYK 0.000.820.51   0.27
XYZ22.969112.425211.3129
Yxy12.42520.49180.2660
Hunter Lab35.249454.62725.6461
CIE-Lab41.884161.93785.7770

#bb215c color RGB value is (187,33,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 01011100
Octal 273 41 134
Decimal 187 33 92
Hex BB 21 5C

RGB Percentages of Color #bb215c

%59.94
%10.58
%29.49

CMYK Percentages of Color #bb215c

%0
%82
%51
%27

Triadic Colors of #bb215c

#bb215c #5cbb21 #215cbb

Analogous Colors of #bb215c

#bb215c #bb3321 #bb21a9

Monochromatic Colors of #bb215c

#bb215c

Complementary Color

#bb215c #21bb80

#bb215c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb215c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb215c Color CSS Codes

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

#bb215c Text Font Color

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

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


#bb215c Background Color

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

This div background color is #bb215c


#bb215c Border Color

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

This div border color is #bb215c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb215c


Comments

No comments written yet.

Please login to write comment.