Color Hex Logo

#bb213d Color Hex

#BB213D
(187,33,61)
0 Favorites   0 Comments

Color spaces of #bb213d

RGB 1873361
HSL0.970.700.43
HSV349°82°73°
CMYK 0.000.820.67   0.27
XYZ21.879711.98945.5759
Yxy11.98940.55470.3040
Hunter Lab34.625752.197714.6903
CIE-Lab41.199359.885924.3492

#bb213d color RGB value is (187,33,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 00111101
Octal 273 41 75
Decimal 187 33 61
Hex BB 21 3D

RGB Percentages of Color #bb213d

%66.55
%11.74
%21.71

CMYK Percentages of Color #bb213d

%0
%82
%67
%27

Triadic Colors of #bb213d

#bb213d #3dbb21 #213dbb

Analogous Colors of #bb213d

#bb213d #bb5221 #bb218a

Monochromatic Colors of #bb213d

#bb213d

Complementary Color

#bb213d #21bb9f

#bb213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb213d Color CSS Codes

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

#bb213d Text Font Color

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

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


#bb213d Background Color

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

This div background color is #bb213d


#bb213d Border Color

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

This div border color is #bb213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb213d


Comments

No comments written yet.

Please login to write comment.