Color Hex Logo

#bb539b Color Hex

#BB539B
(187,83,155)
0 Favorites   0 Comments

Color spaces of #bb539b

RGB 18783155
HSL0.880.430.53
HSV318°56°73°
CMYK 0.000.560.17   0.27
XYZ29.503219.117933.1455
Yxy19.11790.36080.2338
Hunter Lab43.724043.9275-14.3387
CIE-Lab50.824950.5046-19.3247

#bb539b color RGB value is (187,83,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 10011011
Octal 273 123 233
Decimal 187 83 155
Hex BB 53 9B

RGB Percentages of Color #bb539b

%44.00
%19.53
%36.47

CMYK Percentages of Color #bb539b

%0
%56
%17
%27

Triadic Colors of #bb539b

#bb539b #9bbb53 #539bbb

Analogous Colors of #bb539b

#bb539b #bb5367 #a753bb

Monochromatic Colors of #bb539b

#bb539b

Complementary Color

#bb539b #53bb73

#bb539b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb539b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb539b Color CSS Codes

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

#bb539b Text Font Color

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

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


#bb539b Background Color

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

This div background color is #bb539b


#bb539b Border Color

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

This div border color is #bb539b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb539b


Comments

No comments written yet.

Please login to write comment.