Color Hex Logo

#bb8dcd Color Hex

#BB8DCD
(187,141,205)
0 Favorites   0 Comments

Color spaces of #bb8dcd

RGB 187141205
HSL0.790.390.68
HSV283°31°80°
CMYK 0.090.310.00   0.20
XYZ41.037834.022362.1616
Yxy34.02230.29910.2479
Hunter Lab58.328623.5107-22.3561
CIE-Lab64.980328.8544-26.2932

#bb8dcd color RGB value is (187,141,205).

#bb8dcd hex color red value is 187, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bb8dcd hue: 0.79 , saturation: 0.39 and the lightness value of bb8dcd is 0.68.

The process color (four color CMYK) of #bb8dcd color hex is 0.09, 0.31, 0.00, 0.20. Web safe color of #bb8dcd is #cc99cc. Color #bb8dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001101 11001101
Octal 273 215 315
Decimal 187 141 205
Hex BB 8D CD

RGB Percentages of Color #bb8dcd

%35.08
%26.45
%38.46

CMYK Percentages of Color #bb8dcd

%9
%31
%0
%20

Triadic Colors of #bb8dcd

#bb8dcd #cdbb8d #8dcdbb

Analogous Colors of #bb8dcd

#bb8dcd #cd8dbf #9b8dcd

Monochromatic Colors of #bb8dcd

#bb8dcd

Complementary Color

#bb8dcd #9fcd8d

#bb8dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8dcd Color CSS Codes

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

#bb8dcd Text Font Color

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

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


#bb8dcd Background Color

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

This div background color is #bb8dcd


#bb8dcd Border Color

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

This div border color is #bb8dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8dcd


Comments

No comments written yet.

Please login to write comment.