Color Hex Logo

#bb8ddb Color Hex

#BB8DDB
(187,141,219)
0 Favorites   0 Comments

Color spaces of #bb8ddb

RGB 187141219
HSL0.760.520.71
HSV275°36°86°
CMYK 0.150.360.00   0.14
XYZ42.804634.729071.4652
Yxy34.72900.28730.2331
Hunter Lab58.931326.5232-30.6483
CIE-Lab65.537131.8014-33.2288

#bb8ddb color RGB value is (187,141,219).

#bb8ddb hex color red value is 187, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb8ddb hue: 0.76 , saturation: 0.52 and the lightness value of bb8ddb is 0.71.

The process color (four color CMYK) of #bb8ddb color hex is 0.15, 0.36, 0.00, 0.14. Web safe color of #bb8ddb is #cc99cc. Color #bb8ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001101 11011011
Octal 273 215 333
Decimal 187 141 219
Hex BB 8D DB

RGB Percentages of Color #bb8ddb

%34.19
%25.78
%40.04

CMYK Percentages of Color #bb8ddb

%15
%36
%0
%14

Triadic Colors of #bb8ddb

#bb8ddb #dbbb8d #8ddbbb

Analogous Colors of #bb8ddb

#bb8ddb #db8dd4 #948ddb

Monochromatic Colors of #bb8ddb

#bb8ddb

Complementary Color

#bb8ddb #addb8d

#bb8ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8ddb Color CSS Codes

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

#bb8ddb Text Font Color

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

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


#bb8ddb Background Color

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

This div background color is #bb8ddb


#bb8ddb Border Color

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

This div border color is #bb8ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8ddb


Comments

No comments written yet.

Please login to write comment.