Color Hex Logo

#bb54ab Color Hex

#BB54AB
(187,84,171)
0 Favorites   0 Comments

Color spaces of #bb54ab

RGB 18784171
HSL0.860.430.53
HSV309°55°73°
CMYK 0.000.550.09   0.27
XYZ31.014519.845740.7240
Yxy19.84570.33860.2167
Hunter Lab44.548546.3111-23.0160
CIE-Lab51.662352.5795-27.4396

#bb54ab color RGB value is (187,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 10101011
Octal 273 124 253
Decimal 187 84 171
Hex BB 54 AB

RGB Percentages of Color #bb54ab

%42.31
%19.00
%38.69

CMYK Percentages of Color #bb54ab

%0
%55
%9
%27

Triadic Colors of #bb54ab

#bb54ab #abbb54 #54abbb

Analogous Colors of #bb54ab

#bb54ab #bb5478 #9854bb

Monochromatic Colors of #bb54ab

#bb54ab

Complementary Color

#bb54ab #54bb64

#bb54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54ab Color CSS Codes

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

#bb54ab Text Font Color

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

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


#bb54ab Background Color

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

This div background color is #bb54ab


#bb54ab Border Color

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

This div border color is #bb54ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54ab


Comments

No comments written yet.

Please login to write comment.