Color Hex Logo

#bb54ad Color Hex

#BB54AD
(187,84,173)
0 Favorites   0 Comments

Color spaces of #bb54ad

RGB 18784173
HSL0.860.430.53
HSV308°55°73°
CMYK 0.000.550.07   0.27
XYZ31.206719.922641.7358
Yxy19.92260.33600.2145
Hunter Lab44.634746.6888-24.1949
CIE-Lab51.749652.9129-28.4727

#bb54ad color RGB value is (187,84,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 10101101
Octal 273 124 255
Decimal 187 84 173
Hex BB 54 AD

RGB Percentages of Color #bb54ad

%42.12
%18.92
%38.96

CMYK Percentages of Color #bb54ad

%0
%55
%7
%27

Triadic Colors of #bb54ad

#bb54ad #adbb54 #54adbb

Analogous Colors of #bb54ad

#bb54ad #bb547a #9654bb

Monochromatic Colors of #bb54ad

#bb54ad

Complementary Color

#bb54ad #54bb62

#bb54ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54ad Color CSS Codes

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

#bb54ad Text Font Color

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

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


#bb54ad Background Color

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

This div background color is #bb54ad


#bb54ad Border Color

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

This div border color is #bb54ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54ad


Comments

No comments written yet.

Please login to write comment.