Color Hex Logo

#bb218f Color Hex

#BB218F
(187,33,143)
0 Favorites   0 Comments

Color spaces of #bb218f

RGB 18733143
HSL0.880.700.43
HSV317°82°73°
CMYK 0.000.820.24   0.27
XYZ25.995313.635727.2484
Yxy13.63570.38870.2039
Hunter Lab36.926561.0378-17.9020
CIE-Lab43.705967.2024-23.0936

#bb218f color RGB value is (187,33,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 10001111
Octal 273 41 217
Decimal 187 33 143
Hex BB 21 8F

RGB Percentages of Color #bb218f

%51.52
%9.09
%39.39

CMYK Percentages of Color #bb218f

%0
%82
%24
%27

Triadic Colors of #bb218f

#bb218f #8fbb21 #218fbb

Analogous Colors of #bb218f

#bb218f #bb2142 #9a21bb

Monochromatic Colors of #bb218f

#bb218f

Complementary Color

#bb218f #21bb4d

#bb218f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb218f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb218f Color CSS Codes

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

#bb218f Text Font Color

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

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


#bb218f Background Color

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

This div background color is #bb218f


#bb218f Border Color

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

This div border color is #bb218f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb218f


Comments

No comments written yet.

Please login to write comment.