Color Hex Logo

#bb529b Color Hex

#BB529B
(187,82,155)
0 Favorites   0 Comments

Color spaces of #bb529b

RGB 18782155
HSL0.880.440.53
HSV318°56°73°
CMYK 0.000.560.17   0.27
XYZ29.427218.965933.1202
Yxy18.96590.36100.2327
Hunter Lab43.549944.4025-14.6059
CIE-Lab50.647350.9791-19.5967

#bb529b color RGB value is (187,82,155).

#bb529b hex color red value is 187, green value is 82 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bb529b hue: 0.88 , saturation: 0.44 and the lightness value of bb529b is 0.53.

The process color (four color CMYK) of #bb529b color hex is 0.00, 0.56, 0.17, 0.27. Web safe color of #bb529b is #cc6699. Color #bb529b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 10011011
Octal 273 122 233
Decimal 187 82 155
Hex BB 52 9B

RGB Percentages of Color #bb529b

%44.10
%19.34
%36.56

CMYK Percentages of Color #bb529b

%0
%56
%17
%27

Triadic Colors of #bb529b

#bb529b #9bbb52 #529bbb

Analogous Colors of #bb529b

#bb529b #bb5267 #a752bb

Monochromatic Colors of #bb529b

#bb529b

Complementary Color

#bb529b #52bb72

#bb529b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb529b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb529b Color CSS Codes

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

#bb529b Text Font Color

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

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


#bb529b Background Color

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

This div background color is #bb529b


#bb529b Border Color

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

This div border color is #bb529b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb529b


Comments

No comments written yet.

Please login to write comment.