Color Hex Logo

#bb66ab Color Hex

#BB66AB
(187,102,171)
0 Favorites   0 Comments

Color spaces of #bb66ab

RGB 187102171
HSL0.860.380.57
HSV311°45°73°
CMYK 0.000.450.09   0.27
XYZ32.595623.007841.2511
Yxy23.00780.33650.2376
Hunter Lab47.966437.3584-17.4128
CIE-Lab55.080443.5993-22.1654

#bb66ab color RGB value is (187,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 10101011
Octal 273 146 253
Decimal 187 102 171
Hex BB 66 AB

RGB Percentages of Color #bb66ab

%40.65
%22.17
%37.17

CMYK Percentages of Color #bb66ab

%0
%45
%9
%27

Triadic Colors of #bb66ab

#bb66ab #abbb66 #66abbb

Analogous Colors of #bb66ab

#bb66ab #bb6681 #a166bb

Monochromatic Colors of #bb66ab

#bb66ab

Complementary Color

#bb66ab #66bb76

#bb66ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb66ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb66ab Color CSS Codes

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

#bb66ab Text Font Color

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

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


#bb66ab Background Color

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

This div background color is #bb66ab


#bb66ab Border Color

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

This div border color is #bb66ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb66ab


Comments

No comments written yet.

Please login to write comment.