Color Hex Logo

#bb218e Color Hex

#BB218E
(187,33,142)
0 Favorites   0 Comments

Color spaces of #bb218e

RGB 18733142
HSL0.880.700.43
HSV318°82°73°
CMYK 0.000.820.24   0.27
XYZ25.919913.605526.8512
Yxy13.60550.39050.2050
Hunter Lab36.885660.8839-17.3407
CIE-Lab43.661867.0785-22.5542

#bb218e color RGB value is (187,33,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 10001110
Octal 273 41 216
Decimal 187 33 142
Hex BB 21 8E

RGB Percentages of Color #bb218e

%51.66
%9.12
%39.23

CMYK Percentages of Color #bb218e

%0
%82
%24
%27

Triadic Colors of #bb218e

#bb218e #8ebb21 #218ebb

Analogous Colors of #bb218e

#bb218e #bb2141 #9b21bb

Monochromatic Colors of #bb218e

#bb218e

Complementary Color

#bb218e #21bb4e

#bb218e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb218e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb218e Color CSS Codes

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

#bb218e Text Font Color

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

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


#bb218e Background Color

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

This div background color is #bb218e


#bb218e Border Color

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

This div border color is #bb218e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb218e


Comments

No comments written yet.

Please login to write comment.