Color Hex Logo

#bb58aa Color Hex

#BB58AA
(187,88,170)
0 Favorites   0 Comments

Color spaces of #bb58aa

RGB 18788170
HSL0.860.420.54
HSV310°53°73°
CMYK 0.000.530.09   0.27
XYZ31.238920.446540.3303
Yxy20.44650.33950.2222
Hunter Lab45.217844.1863-21.2290
CIE-Lab52.338350.4939-25.8082

#bb58aa color RGB value is (187,88,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 10101010
Octal 273 130 252
Decimal 187 88 170
Hex BB 58 AA

RGB Percentages of Color #bb58aa

%42.02
%19.78
%38.20

CMYK Percentages of Color #bb58aa

%0
%53
%9
%27

Triadic Colors of #bb58aa

#bb58aa #aabb58 #58aabb

Analogous Colors of #bb58aa

#bb58aa #bb5879 #9b58bb

Monochromatic Colors of #bb58aa

#bb58aa

Complementary Color

#bb58aa #58bb69

#bb58aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb58aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb58aa Color CSS Codes

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

#bb58aa Text Font Color

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

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


#bb58aa Background Color

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

This div background color is #bb58aa


#bb58aa Border Color

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

This div border color is #bb58aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb58aa


Comments

No comments written yet.

Please login to write comment.