Color Hex Logo

#bb56ae Color Hex

#BB56AE
(187,86,174)
0 Favorites   0 Comments

Color spaces of #bb56ae

RGB 18786174
HSL0.850.430.54
HSV308°54°73°
CMYK 0.000.540.07   0.27
XYZ31.461320.276442.2999
Yxy20.27640.33460.2156
Hunter Lab45.029345.9139-24.1756
CIE-Lab52.148352.1299-28.4369

#bb56ae color RGB value is (187,86,174).

#bb56ae hex color red value is 187, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb56ae hue: 0.85 , saturation: 0.43 and the lightness value of bb56ae is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 10101110
Octal 273 126 256
Decimal 187 86 174
Hex BB 56 AE

RGB Percentages of Color #bb56ae

%41.83
%19.24
%38.93

CMYK Percentages of Color #bb56ae

%0
%54
%7
%27

Triadic Colors of #bb56ae

#bb56ae #aebb56 #56aebb

Analogous Colors of #bb56ae

#bb56ae #bb567c #9656bb

Monochromatic Colors of #bb56ae

#bb56ae

Complementary Color

#bb56ae #56bb63

#bb56ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb56ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb56ae Color CSS Codes

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

#bb56ae Text Font Color

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

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


#bb56ae Background Color

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

This div background color is #bb56ae


#bb56ae Border Color

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

This div border color is #bb56ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb56ae


Comments

No comments written yet.

Please login to write comment.