Color Hex Logo

#bb228d Color Hex

#BB228D
(187,34,141)
0 Favorites   0 Comments

Color spaces of #bb228d

RGB 18734141
HSL0.880.690.43
HSV318°82°73°
CMYK 0.000.820.25   0.27
XYZ25.873313.631926.4669
Yxy13.63190.39220.2066
Hunter Lab36.921460.4745-16.6567
CIE-Lab43.700366.7178-21.8865

#bb228d color RGB value is (187,34,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100010 10001101
Octal 273 42 215
Decimal 187 34 141
Hex BB 22 8D

RGB Percentages of Color #bb228d

%51.66
%9.39
%38.95

CMYK Percentages of Color #bb228d

%0
%82
%25
%27

Triadic Colors of #bb228d

#bb228d #8dbb22 #228dbb

Analogous Colors of #bb228d

#bb228d #bb2240 #9d22bb

Monochromatic Colors of #bb228d

#bb228d

Complementary Color

#bb228d #22bb50

#bb228d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb228d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb228d Color CSS Codes

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

#bb228d Text Font Color

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

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


#bb228d Background Color

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

This div background color is #bb228d


#bb228d Border Color

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

This div border color is #bb228d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb228d


Comments

No comments written yet.

Please login to write comment.