Color Hex Logo

#bb43ab Color Hex

#BB43AB
(187,67,171)
0 Favorites   0 Comments

Color spaces of #bb43ab

RGB 18767171
HSL0.860.470.50
HSV308°64°73°
CMYK 0.000.640.09   0.27
XYZ29.851417.519440.3363
Yxy17.51940.34040.1997
Hunter Lab41.856254.0561-27.8377
CIE-Lab48.907960.0939-31.7298

#bb43ab color RGB value is (187,67,171).

#bb43ab hex color red value is 187, green value is 67 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb43ab hue: 0.86 , saturation: 0.47 and the lightness value of bb43ab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 10101011
Octal 273 103 253
Decimal 187 67 171
Hex BB 43 AB

RGB Percentages of Color #bb43ab

%44.00
%15.76
%40.24

CMYK Percentages of Color #bb43ab

%0
%64
%9
%27

Triadic Colors of #bb43ab

#bb43ab #abbb43 #43abbb

Analogous Colors of #bb43ab

#bb43ab #bb436f #8f43bb

Monochromatic Colors of #bb43ab

#bb43ab

Complementary Color

#bb43ab #43bb53

#bb43ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb43ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb43ab Color CSS Codes

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

#bb43ab Text Font Color

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

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


#bb43ab Background Color

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

This div background color is #bb43ab


#bb43ab Border Color

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

This div border color is #bb43ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb43ab


Comments

No comments written yet.

Please login to write comment.