Color Hex Logo

#bb213e Color Hex

#BB213E
(187,33,62)
0 Favorites   0 Comments

Color spaces of #bb213e

RGB 1873362
HSL0.970.700.43
HSV349°82°73°
CMYK 0.000.820.67   0.27
XYZ21.906912.00035.7191
Yxy12.00030.55280.3028
Hunter Lab34.641452.259014.4606
CIE-Lab41.216659.938223.7486

#bb213e color RGB value is (187,33,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 00111110
Octal 273 41 76
Decimal 187 33 62
Hex BB 21 3E

RGB Percentages of Color #bb213e

%66.31
%11.70
%21.99

CMYK Percentages of Color #bb213e

%0
%82
%67
%27

Triadic Colors of #bb213e

#bb213e #3ebb21 #213ebb

Analogous Colors of #bb213e

#bb213e #bb5121 #bb218b

Monochromatic Colors of #bb213e

#bb213e

Complementary Color

#bb213e #21bb9e

#bb213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb213e Color CSS Codes

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

#bb213e Text Font Color

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

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


#bb213e Background Color

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

This div background color is #bb213e


#bb213e Border Color

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

This div border color is #bb213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb213e


Comments

No comments written yet.

Please login to write comment.