Color Hex Logo

#bb215d Color Hex

#BB215D
(187,33,93)
0 Favorites   0 Comments

Color spaces of #bb215d

RGB 1873393
HSL0.940.700.43
HSV337°82°73°
CMYK 0.000.820.50   0.27
XYZ23.013212.442811.5447
Yxy12.44280.48960.2647
Hunter Lab35.274454.72445.2874
CIE-Lab41.911462.01935.1863

#bb215d color RGB value is (187,33,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 01011101
Octal 273 41 135
Decimal 187 33 93
Hex BB 21 5D

RGB Percentages of Color #bb215d

%59.74
%10.54
%29.71

CMYK Percentages of Color #bb215d

%0
%82
%50
%27

Triadic Colors of #bb215d

#bb215d #5dbb21 #215dbb

Analogous Colors of #bb215d

#bb215d #bb3221 #bb21aa

Monochromatic Colors of #bb215d

#bb215d

Complementary Color

#bb215d #21bb7f

#bb215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb215d Color CSS Codes

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

#bb215d Text Font Color

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

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


#bb215d Background Color

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

This div background color is #bb215d


#bb215d Border Color

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

This div border color is #bb215d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb215d


Comments

No comments written yet.

Please login to write comment.