Color Hex Logo

#bb218a Color Hex

#BB218A
(187,33,138)
0 Favorites   0 Comments

Color spaces of #bb218a

RGB 18733138
HSL0.890.700.43
HSV319°82°73°
CMYK 0.000.820.26   0.27
XYZ25.624813.487525.2975
Yxy13.48750.39780.2094
Hunter Lab36.725360.2776-15.1330
CIE-Lab43.488866.5889-20.3852

#bb218a color RGB value is (187,33,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 10001010
Octal 273 41 212
Decimal 187 33 138
Hex BB 21 8A

RGB Percentages of Color #bb218a

%52.23
%9.22
%38.55

CMYK Percentages of Color #bb218a

%0
%82
%26
%27

Triadic Colors of #bb218a

#bb218a #8abb21 #218abb

Analogous Colors of #bb218a

#bb218a #bb213d #9f21bb

Monochromatic Colors of #bb218a

#bb218a

Complementary Color

#bb218a #21bb52

#bb218a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb218a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb218a Color CSS Codes

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

#bb218a Text Font Color

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

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


#bb218a Background Color

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

This div background color is #bb218a


#bb218a Border Color

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

This div border color is #bb218a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb218a


Comments

No comments written yet.

Please login to write comment.