Color Hex Logo

#bb214c Color Hex

#BB214C
(187,33,76)
0 Favorites   0 Comments

Color spaces of #bb214c

RGB 1873376
HSL0.950.700.43
HSV343°82°73°
CMYK 0.000.820.59   0.27
XYZ22.341912.17438.0098
Yxy12.17430.52540.2863
Hunter Lab34.891753.236910.8135
CIE-Lab41.491860.767715.3226

#bb214c color RGB value is (187,33,76).

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

The process color (four color CMYK) of #bb214c color hex is 0.00, 0.82, 0.59, 0.27. Web safe color of #bb214c is #cc3333. Color #bb214c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 01001100
Octal 273 41 114
Decimal 187 33 76
Hex BB 21 4C

RGB Percentages of Color #bb214c

%63.18
%11.15
%25.68

CMYK Percentages of Color #bb214c

%0
%82
%59
%27

Triadic Colors of #bb214c

#bb214c #4cbb21 #214cbb

Analogous Colors of #bb214c

#bb214c #bb4321 #bb2199

Monochromatic Colors of #bb214c

#bb214c

Complementary Color

#bb214c #21bb90

#bb214c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb214c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb214c Color CSS Codes

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

#bb214c Text Font Color

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

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


#bb214c Background Color

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

This div background color is #bb214c


#bb214c Border Color

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

This div border color is #bb214c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb214c


Comments

No comments written yet.

Please login to write comment.