Color Hex Logo

#bb6bde Color Hex

#BB6BDE
(187,107,222)
0 Favorites   0 Comments

Color spaces of #bb6bde

RGB 187107222
HSL0.780.640.65
HSV282°52°87°
CMYK 0.160.520.00   0.13
XYZ38.936026.354172.1419
Yxy26.35410.28330.1918
Hunter Lab51.336245.5450-47.3838
CIE-Lab58.371650.7748-46.1299

#bb6bde color RGB value is (187,107,222).

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

The process color (four color CMYK) of #bb6bde color hex is 0.16, 0.52, 0.00, 0.13. Web safe color of #bb6bde is #cc66cc. Color #bb6bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 11011110
Octal 273 153 336
Decimal 187 107 222
Hex BB 6B DE

RGB Percentages of Color #bb6bde

%36.24
%20.74
%43.02

CMYK Percentages of Color #bb6bde

%16
%52
%0
%13

Triadic Colors of #bb6bde

#bb6bde #debb6b #6bdebb

Analogous Colors of #bb6bde

#bb6bde #de6bc8 #826bde

Monochromatic Colors of #bb6bde

#bb6bde

Complementary Color

#bb6bde #8ede6b

#bb6bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6bde Color CSS Codes

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

#bb6bde Text Font Color

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

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


#bb6bde Background Color

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

This div background color is #bb6bde


#bb6bde Border Color

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

This div border color is #bb6bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6bde


Comments

No comments written yet.

Please login to write comment.