Color Hex Logo

#bb6ba1 Color Hex

#BB6BA1
(187,107,161)
0 Favorites   0 Comments

Color spaces of #bb6ba1

RGB 187107161
HSL0.890.370.58
HSV320°43°73°
CMYK 0.000.430.14   0.27
XYZ32.184223.653436.5875
Yxy23.65340.34820.2559
Hunter Lab48.634833.0121-10.5590
CIE-Lab55.739139.2814-15.3565

#bb6ba1 color RGB value is (187,107,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 10100001
Octal 273 153 241
Decimal 187 107 161
Hex BB 6B A1

RGB Percentages of Color #bb6ba1

%41.10
%23.52
%35.38

CMYK Percentages of Color #bb6ba1

%0
%43
%14
%27

Triadic Colors of #bb6ba1

#bb6ba1 #a1bb6b #6ba1bb

Analogous Colors of #bb6ba1

#bb6ba1 #bb6b79 #ad6bbb

Monochromatic Colors of #bb6ba1

#bb6ba1

Complementary Color

#bb6ba1 #6bbb85

#bb6ba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6ba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6ba1 Color CSS Codes

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

#bb6ba1 Text Font Color

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

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


#bb6ba1 Background Color

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

This div background color is #bb6ba1


#bb6ba1 Border Color

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

This div border color is #bb6ba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6ba1


Comments

No comments written yet.

Please login to write comment.