Color Hex Logo

#bb6bdb Color Hex

#BB6BDB
(187,107,219)
0 Favorites   0 Comments

Color spaces of #bb6bdb

RGB 187107219
HSL0.790.610.64
HSV283°51°86°
CMYK 0.150.510.00   0.14
XYZ38.537426.194770.0428
Yxy26.19470.28590.1944
Hunter Lab51.180844.8382-45.3141
CIE-Lab58.221450.1509-44.6812

#bb6bdb color RGB value is (187,107,219).

#bb6bdb hex color red value is 187, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb6bdb hue: 0.79 , saturation: 0.61 and the lightness value of bb6bdb is 0.64.

The process color (four color CMYK) of #bb6bdb color hex is 0.15, 0.51, 0.00, 0.14. Web safe color of #bb6bdb is #cc66cc. Color #bb6bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 11011011
Octal 273 153 333
Decimal 187 107 219
Hex BB 6B DB

RGB Percentages of Color #bb6bdb

%36.45
%20.86
%42.69

CMYK Percentages of Color #bb6bdb

%15
%51
%0
%14

Triadic Colors of #bb6bdb

#bb6bdb #dbbb6b #6bdbbb

Analogous Colors of #bb6bdb

#bb6bdb #db6bc3 #836bdb

Monochromatic Colors of #bb6bdb

#bb6bdb

Complementary Color

#bb6bdb #8bdb6b

#bb6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6bdb Color CSS Codes

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

#bb6bdb Text Font Color

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

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


#bb6bdb Background Color

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

This div background color is #bb6bdb


#bb6bdb Border Color

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

This div border color is #bb6bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6bdb


Comments

No comments written yet.

Please login to write comment.