Color Hex Logo

#bb26aa Color Hex

#BB26AA
(187,38,170)
0 Favorites   0 Comments

Color spaces of #bb26aa

RGB 18738170
HSL0.850.660.44
HSV307°80°73°
CMYK 0.000.800.09   0.27
XYZ28.442314.853339.3981
Yxy14.85330.34390.1796
Hunter Lab38.540064.2871-33.6321
CIE-Lab45.432669.6396-36.5993

#bb26aa color RGB value is (187,38,170).

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

The process color (four color CMYK) of #bb26aa color hex is 0.00, 0.80, 0.09, 0.27. Web safe color of #bb26aa is #cc3399. Color #bb26aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100110 10101010
Octal 273 46 252
Decimal 187 38 170
Hex BB 26 AA

RGB Percentages of Color #bb26aa

%47.34
%9.62
%43.04

CMYK Percentages of Color #bb26aa

%0
%80
%9
%27

Triadic Colors of #bb26aa

#bb26aa #aabb26 #26aabb

Analogous Colors of #bb26aa

#bb26aa #bb265f #8226bb

Monochromatic Colors of #bb26aa

#bb26aa

Complementary Color

#bb26aa #26bb37

#bb26aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb26aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb26aa Color CSS Codes

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

#bb26aa Text Font Color

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

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


#bb26aa Background Color

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

This div background color is #bb26aa


#bb26aa Border Color

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

This div border color is #bb26aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb26aa


Comments

No comments written yet.

Please login to write comment.