Color Hex Logo

#bb05aa Color Hex

#BB05AA
(187,5,170)
0 Favorites   0 Comments

Color spaces of #bb05aa

RGB 1875170
HSL0.850.950.38
HSV306°97°73°
CMYK 0.000.970.09   0.27
XYZ27.803513.575639.1852
Yxy13.57560.34510.1685
Hunter Lab36.845170.2182-37.2641
CIE-Lab43.618074.9383-39.4707

#bb05aa color RGB value is (187,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000101 10101010
Octal 273 5 252
Decimal 187 5 170
Hex BB 5 AA

RGB Percentages of Color #bb05aa

%51.66
%1.38
%46.96

CMYK Percentages of Color #bb05aa

%0
%97
%9
%27

Triadic Colors of #bb05aa

#bb05aa #aabb05 #05aabb

Analogous Colors of #bb05aa

#bb05aa #bb054f #7105bb

Monochromatic Colors of #bb05aa

#bb05aa

Complementary Color

#bb05aa #05bb16

#bb05aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb05aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb05aa Color CSS Codes

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

#bb05aa Text Font Color

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

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


#bb05aa Background Color

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

This div background color is #bb05aa


#bb05aa Border Color

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

This div border color is #bb05aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb05aa


Comments

No comments written yet.

Please login to write comment.