Color Hex Logo

#bb528f Color Hex

#BB528F
(187,82,143)
0 Favorites   0 Comments

Color spaces of #bb528f

RGB 18782143
HSL0.900.440.53
HSV325°56°73°
CMYK 0.000.560.24   0.27
XYZ28.468718.582628.0729
Yxy18.58260.37900.2474
Hunter Lab43.107542.4452-8.4361
CIE-Lab50.195249.2144-13.1636

#bb528f color RGB value is (187,82,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 10001111
Octal 273 122 217
Decimal 187 82 143
Hex BB 52 8F

RGB Percentages of Color #bb528f

%45.39
%19.90
%34.71

CMYK Percentages of Color #bb528f

%0
%56
%24
%27

Triadic Colors of #bb528f

#bb528f #8fbb52 #528fbb

Analogous Colors of #bb528f

#bb528f #bb525b #b352bb

Monochromatic Colors of #bb528f

#bb528f

Complementary Color

#bb528f #52bb7e

#bb528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb528f Color CSS Codes

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

#bb528f Text Font Color

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

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


#bb528f Background Color

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

This div background color is #bb528f


#bb528f Border Color

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

This div border color is #bb528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb528f


Comments

No comments written yet.

Please login to write comment.