Color Hex Logo

#bb8fcd Color Hex

#BB8FCD
(187,143,205)
0 Favorites   0 Comments

Color spaces of #bb8fcd

RGB 187143205
HSL0.780.380.68
HSV283°30°80°
CMYK 0.090.300.00   0.20
XYZ41.335434.617562.2608
Yxy34.61750.29910.2505
Hunter Lab58.836622.4402-21.5549
CIE-Lab65.449827.7419-25.5719

#bb8fcd color RGB value is (187,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 11001101
Octal 273 217 315
Decimal 187 143 205
Hex BB 8F CD

RGB Percentages of Color #bb8fcd

%34.95
%26.73
%38.32

CMYK Percentages of Color #bb8fcd

%9
%30
%0
%20

Triadic Colors of #bb8fcd

#bb8fcd #cdbb8f #8fcdbb

Analogous Colors of #bb8fcd

#bb8fcd #cd8fc0 #9c8fcd

Monochromatic Colors of #bb8fcd

#bb8fcd

Complementary Color

#bb8fcd #a1cd8f

#bb8fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8fcd Color CSS Codes

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

#bb8fcd Text Font Color

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

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


#bb8fcd Background Color

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

This div background color is #bb8fcd


#bb8fcd Border Color

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

This div border color is #bb8fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8fcd


Comments

No comments written yet.

Please login to write comment.