Color Hex Logo

#bb559a Color Hex

#BB559A
(187,85,154)
0 Favorites   0 Comments

Color spaces of #bb559a

RGB 18785154
HSL0.890.430.53
HSV319°55°73°
CMYK 0.000.550.18   0.27
XYZ29.574819.394932.7567
Yxy19.39490.36190.2373
Hunter Lab44.039642.8022-13.2722
CIE-Lab51.146149.3938-18.2428

#bb559a color RGB value is (187,85,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 10011010
Octal 273 125 232
Decimal 187 85 154
Hex BB 55 9A

RGB Percentages of Color #bb559a

%43.90
%19.95
%36.15

CMYK Percentages of Color #bb559a

%0
%55
%18
%27

Triadic Colors of #bb559a

#bb559a #9abb55 #559abb

Analogous Colors of #bb559a

#bb559a #bb5567 #a955bb

Monochromatic Colors of #bb559a

#bb559a

Complementary Color

#bb559a #55bb76

#bb559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb559a Color CSS Codes

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

#bb559a Text Font Color

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

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


#bb559a Background Color

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

This div background color is #bb559a


#bb559a Border Color

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

This div border color is #bb559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb559a


Comments

No comments written yet.

Please login to write comment.