Color Hex Logo

#bb526f Color Hex

#BB526F
(187,82,111)
0 Favorites   0 Comments

Color spaces of #bb526f

RGB 18782111
HSL0.950.440.53
HSV343°56°73°
CMYK 0.000.560.41   0.27
XYZ26.380117.747117.0741
Yxy17.74710.43100.2900
Hunter Lab42.127338.05385.4590
CIE-Lab49.187945.16664.5424

#bb526f color RGB value is (187,82,111).

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

The process color (four color CMYK) of #bb526f color hex is 0.00, 0.56, 0.41, 0.27. Web safe color of #bb526f is #cc6666. Color #bb526f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 01101111
Octal 273 122 157
Decimal 187 82 111
Hex BB 52 6F

RGB Percentages of Color #bb526f

%49.21
%21.58
%29.21

CMYK Percentages of Color #bb526f

%0
%56
%41
%27

Triadic Colors of #bb526f

#bb526f #6fbb52 #526fbb

Analogous Colors of #bb526f

#bb526f #bb6a52 #bb52a4

Monochromatic Colors of #bb526f

#bb526f

Complementary Color

#bb526f #52bb9e

#bb526f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb526f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb526f Color CSS Codes

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

#bb526f Text Font Color

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

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


#bb526f Background Color

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

This div background color is #bb526f


#bb526f Border Color

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

This div border color is #bb526f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb526f


Comments

No comments written yet.

Please login to write comment.