Color Hex Logo

#bb6dba Color Hex

#BB6DBA
(187,109,186)
0 Favorites   0 Comments

Color spaces of #bb6dba

RGB 187109186
HSL0.840.360.58
HSV301°42°73°
CMYK 0.000.420.01   0.27
XYZ34.825125.047249.4535
Yxy25.04720.31850.2291
Hunter Lab50.047236.6258-23.5537
CIE-Lab57.121442.6060-27.6647

#bb6dba color RGB value is (187,109,186).

#bb6dba hex color red value is 187, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bb6dba hue: 0.84 , saturation: 0.36 and the lightness value of bb6dba is 0.58.

The process color (four color CMYK) of #bb6dba color hex is 0.00, 0.42, 0.01, 0.27. Web safe color of #bb6dba is #cc66cc. Color #bb6dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101101 10111010
Octal 273 155 272
Decimal 187 109 186
Hex BB 6D BA

RGB Percentages of Color #bb6dba

%38.80
%22.61
%38.59

CMYK Percentages of Color #bb6dba

%0
%42
%1
%27

Triadic Colors of #bb6dba

#bb6dba #babb6d #6dbabb

Analogous Colors of #bb6dba

#bb6dba #bb6d93 #956dbb

Monochromatic Colors of #bb6dba

#bb6dba

Complementary Color

#bb6dba #6dbb6e

#bb6dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6dba Color CSS Codes

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

#bb6dba Text Font Color

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

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


#bb6dba Background Color

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

This div background color is #bb6dba


#bb6dba Border Color

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

This div border color is #bb6dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6dba


Comments

No comments written yet.

Please login to write comment.