Color Hex Logo

#bb218b Color Hex

#BB218B
(187,33,139)
0 Favorites   0 Comments

Color spaces of #bb218b

RGB 18733139
HSL0.890.700.43
HSV319°82°73°
CMYK 0.000.820.26   0.27
XYZ25.697613.516625.6806
Yxy13.51660.39600.2083
Hunter Lab36.764960.4276-15.6791
CIE-Lab43.531566.7102-20.9290

#bb218b color RGB value is (187,33,139).

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

The process color (four color CMYK) of #bb218b color hex is 0.00, 0.82, 0.26, 0.27. Web safe color of #bb218b is #cc3399. Color #bb218b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 10001011
Octal 273 41 213
Decimal 187 33 139
Hex BB 21 8B

RGB Percentages of Color #bb218b

%52.09
%9.19
%38.72

CMYK Percentages of Color #bb218b

%0
%82
%26
%27

Triadic Colors of #bb218b

#bb218b #8bbb21 #218bbb

Analogous Colors of #bb218b

#bb218b #bb213e #9e21bb

Monochromatic Colors of #bb218b

#bb218b

Complementary Color

#bb218b #21bb51

#bb218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb218b Color CSS Codes

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

#bb218b Text Font Color

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

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


#bb218b Background Color

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

This div background color is #bb218b


#bb218b Border Color

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

This div border color is #bb218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb218b


Comments

No comments written yet.

Please login to write comment.