Color Hex Logo

#bb558a Color Hex

#BB558A
(187,85,138)
0 Favorites   0 Comments

Color spaces of #bb558a

RGB 18785138
HSL0.910.430.53
HSV329°55°73°
CMYK 0.000.550.26   0.27
XYZ28.329518.896826.1991
Yxy18.89680.38580.2574
Hunter Lab43.470440.2544-5.3040
CIE-Lab50.566247.0691-9.6263

#bb558a color RGB value is (187,85,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 10001010
Octal 273 125 212
Decimal 187 85 138
Hex BB 55 8A

RGB Percentages of Color #bb558a

%45.61
%20.73
%33.66

CMYK Percentages of Color #bb558a

%0
%55
%26
%27

Triadic Colors of #bb558a

#bb558a #8abb55 #558abb

Analogous Colors of #bb558a

#bb558a #bb5557 #b955bb

Monochromatic Colors of #bb558a

#bb558a

Complementary Color

#bb558a #55bb86

#bb558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb558a Color CSS Codes

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

#bb558a Text Font Color

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

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


#bb558a Background Color

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

This div background color is #bb558a


#bb558a Border Color

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

This div border color is #bb558a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb558a


Comments

No comments written yet.

Please login to write comment.