Color Hex Logo

#bb548d Color Hex

#BB548D
(187,84,141)
0 Favorites   0 Comments

Color spaces of #bb548d

RGB 18784141
HSL0.910.430.53
HSV327°55°73°
CMYK 0.000.550.25   0.27
XYZ28.471618.828527.3330
Yxy18.82850.38150.2523
Hunter Lab43.391841.1873-6.9732
CIE-Lab50.486047.9727-11.5341

#bb548d color RGB value is (187,84,141).

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

The process color (four color CMYK) of #bb548d color hex is 0.00, 0.55, 0.25, 0.27. Web safe color of #bb548d is #cc6699. Color #bb548d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 10001101
Octal 273 124 215
Decimal 187 84 141
Hex BB 54 8D

RGB Percentages of Color #bb548d

%45.39
%20.39
%34.22

CMYK Percentages of Color #bb548d

%0
%55
%25
%27

Triadic Colors of #bb548d

#bb548d #8dbb54 #548dbb

Analogous Colors of #bb548d

#bb548d #bb545a #b654bb

Monochromatic Colors of #bb548d

#bb548d

Complementary Color

#bb548d #54bb82

#bb548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb548d Color CSS Codes

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

#bb548d Text Font Color

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

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


#bb548d Background Color

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

This div background color is #bb548d


#bb548d Border Color

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

This div border color is #bb548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb548d


Comments

No comments written yet.

Please login to write comment.