Color Hex Logo

#bb8dbd Color Hex

#BB8DBD
(187,141,189)
0 Favorites   0 Comments

Color spaces of #bb8dbd

RGB 187141189
HSL0.830.270.65
HSV298°25°74°
CMYK 0.010.250.00   0.26
XYZ39.203733.288752.5032
Yxy33.28870.31360.2663
Hunter Lab57.696420.3191-13.5659
CIE-Lab64.394025.6655-18.2231

#bb8dbd color RGB value is (187,141,189).

#bb8dbd hex color red value is 187, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bb8dbd hue: 0.83 , saturation: 0.27 and the lightness value of bb8dbd is 0.65.

The process color (four color CMYK) of #bb8dbd color hex is 0.01, 0.25, 0.00, 0.26. Web safe color of #bb8dbd is #cc99cc. Color #bb8dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001101 10111101
Octal 273 215 275
Decimal 187 141 189
Hex BB 8D BD

RGB Percentages of Color #bb8dbd

%36.17
%27.27
%36.56

CMYK Percentages of Color #bb8dbd

%1
%25
%0
%26

Triadic Colors of #bb8dbd

#bb8dbd #bdbb8d #8dbdbb

Analogous Colors of #bb8dbd

#bb8dbd #bd8da7 #a38dbd

Monochromatic Colors of #bb8dbd

#bb8dbd

Complementary Color

#bb8dbd #8fbd8d

#bb8dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8dbd Color CSS Codes

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

#bb8dbd Text Font Color

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

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


#bb8dbd Background Color

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

This div background color is #bb8dbd


#bb8dbd Border Color

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

This div border color is #bb8dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8dbd


Comments

No comments written yet.

Please login to write comment.