Color Hex Logo

#bb6ba6 Color Hex

#BB6BA6
(187,107,166)
0 Favorites   0 Comments

Color spaces of #bb6ba6

RGB 187107166
HSL0.880.370.58
HSV316°43°73°
CMYK 0.000.430.11   0.27
XYZ32.634123.833438.9567
Yxy23.83340.34200.2498
Hunter Lab48.819533.8869-13.1383
CIE-Lab55.920640.1154-17.9823

#bb6ba6 color RGB value is (187,107,166).

#bb6ba6 hex color red value is 187, green value is 107 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bb6ba6 hue: 0.88 , saturation: 0.37 and the lightness value of bb6ba6 is 0.58.

The process color (four color CMYK) of #bb6ba6 color hex is 0.00, 0.43, 0.11, 0.27. Web safe color of #bb6ba6 is #cc6699. Color #bb6ba6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 10100110
Octal 273 153 246
Decimal 187 107 166
Hex BB 6B A6

RGB Percentages of Color #bb6ba6

%40.65
%23.26
%36.09

CMYK Percentages of Color #bb6ba6

%0
%43
%11
%27

Triadic Colors of #bb6ba6

#bb6ba6 #a6bb6b #6ba6bb

Analogous Colors of #bb6ba6

#bb6ba6 #bb6b7e #a86bbb

Monochromatic Colors of #bb6ba6

#bb6ba6

Complementary Color

#bb6ba6 #6bbb80

#bb6ba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6ba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6ba6 Color CSS Codes

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

#bb6ba6 Text Font Color

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

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


#bb6ba6 Background Color

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

This div background color is #bb6ba6


#bb6ba6 Border Color

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

This div border color is #bb6ba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6ba6


Comments

No comments written yet.

Please login to write comment.