Color Hex Logo

#bb17aa Color Hex

#BB17AA
(187,23,170)
0 Favorites   0 Comments

Color spaces of #bb17aa

RGB 18723170
HSL0.850.780.41
HSV306°88°73°
CMYK 0.000.880.09   0.27
XYZ28.055614.079939.2692
Yxy14.07990.34460.1730
Hunter Lab37.523267.7965-35.7826
CIE-Lab44.347372.7950-38.3149

#bb17aa color RGB value is (187,23,170).

#bb17aa hex color red value is 187, green value is 23 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb17aa hue: 0.85 , saturation: 0.78 and the lightness value of bb17aa is 0.41.

The process color (four color CMYK) of #bb17aa color hex is 0.00, 0.88, 0.09, 0.27. Web safe color of #bb17aa is #cc0099. Color #bb17aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010111 10101010
Octal 273 27 252
Decimal 187 23 170
Hex BB 17 AA

RGB Percentages of Color #bb17aa

%49.21
%6.05
%44.74

CMYK Percentages of Color #bb17aa

%0
%88
%9
%27

Triadic Colors of #bb17aa

#bb17aa #aabb17 #17aabb

Analogous Colors of #bb17aa

#bb17aa #bb1758 #7a17bb

Monochromatic Colors of #bb17aa

#bb17aa

Complementary Color

#bb17aa #17bb28

#bb17aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb17aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb17aa Color CSS Codes

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

#bb17aa Text Font Color

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

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


#bb17aa Background Color

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

This div background color is #bb17aa


#bb17aa Border Color

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

This div border color is #bb17aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,23,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 #bb17aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb17aa


Comments

No comments written yet.

Please login to write comment.