Color Hex Logo

#bb66a1 Color Hex

#BB66A1
(187,102,161)
0 Favorites   0 Comments

Color spaces of #bb66a1

RGB 187102161
HSL0.880.380.57
HSV318°45°73°
CMYK 0.000.450.14   0.27
XYZ31.677922.640736.4187
Yxy22.64070.34910.2495
Hunter Lab47.582235.5675-12.0721
CIE-Lab54.700341.9218-16.9334

#bb66a1 color RGB value is (187,102,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 10100001
Octal 273 146 241
Decimal 187 102 161
Hex BB 66 A1

RGB Percentages of Color #bb66a1

%41.56
%22.67
%35.78

CMYK Percentages of Color #bb66a1

%0
%45
%14
%27

Triadic Colors of #bb66a1

#bb66a1 #a1bb66 #66a1bb

Analogous Colors of #bb66a1

#bb66a1 #bb6677 #ab66bb

Monochromatic Colors of #bb66a1

#bb66a1

Complementary Color

#bb66a1 #66bb80

#bb66a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb66a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb66a1 Color CSS Codes

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

#bb66a1 Text Font Color

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

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


#bb66a1 Background Color

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

This div background color is #bb66a1


#bb66a1 Border Color

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

This div border color is #bb66a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb66a1


Comments

No comments written yet.

Please login to write comment.