Color Hex Logo

#bb228f Color Hex

#BB228F
(187,34,143)
0 Favorites   0 Comments

Color spaces of #bb228f

RGB 18734143
HSL0.880.690.43
HSV317°82°73°
CMYK 0.000.820.24   0.27
XYZ26.023513.692027.2578
Yxy13.69200.38860.2044
Hunter Lab37.002760.7819-17.7737
CIE-Lab43.787966.9660-22.9666

#bb228f color RGB value is (187,34,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100010 10001111
Octal 273 42 217
Decimal 187 34 143
Hex BB 22 8F

RGB Percentages of Color #bb228f

%51.37
%9.34
%39.29

CMYK Percentages of Color #bb228f

%0
%82
%24
%27

Triadic Colors of #bb228f

#bb228f #8fbb22 #228fbb

Analogous Colors of #bb228f

#bb228f #bb2243 #9b22bb

Monochromatic Colors of #bb228f

#bb228f

Complementary Color

#bb228f #22bb4e

#bb228f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb228f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb228f Color CSS Codes

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

#bb228f Text Font Color

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

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


#bb228f Background Color

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

This div background color is #bb228f


#bb228f Border Color

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

This div border color is #bb228f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,34,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 #bb228f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb228f


Comments

No comments written yet.

Please login to write comment.