Color Hex Logo

#bb5aba Color Hex

#BB5ABA
(187,90,186)
0 Favorites   0 Comments

Color spaces of #bb5aba

RGB 18790186
HSL0.840.420.54
HSV301°52°73°
CMYK 0.000.520.01   0.27
XYZ33.012621.422348.8493
Yxy21.42230.31960.2074
Hunter Lab46.284246.3192-30.1769
CIE-Lab53.408652.2913-33.4373

#bb5aba color RGB value is (187,90,186).

#bb5aba hex color red value is 187, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bb5aba hue: 0.84 , saturation: 0.42 and the lightness value of bb5aba is 0.54.

The process color (four color CMYK) of #bb5aba color hex is 0.00, 0.52, 0.01, 0.27. Web safe color of #bb5aba is #cc66cc. Color #bb5aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011010 10111010
Octal 273 132 272
Decimal 187 90 186
Hex BB 5A BA

RGB Percentages of Color #bb5aba

%40.39
%19.44
%40.17

CMYK Percentages of Color #bb5aba

%0
%52
%1
%27

Triadic Colors of #bb5aba

#bb5aba #babb5a #5ababb

Analogous Colors of #bb5aba

#bb5aba #bb5a8a #8c5abb

Monochromatic Colors of #bb5aba

#bb5aba

Complementary Color

#bb5aba #5abb5b

#bb5aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5aba Color CSS Codes

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

#bb5aba Text Font Color

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

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


#bb5aba Background Color

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

This div background color is #bb5aba


#bb5aba Border Color

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

This div border color is #bb5aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5aba


Comments

No comments written yet.

Please login to write comment.