color codes Logo

#bb8dbc color codes

#BB8DBC
(187,141,188)
0 Favorites   0 Comments

Color spaces of #bb8dbc

RGB 187141188
HSL0.830.260.65
HSV299°25°74°
CMYK 0.010.250.00   0.26
XYZ39.095533.245451.9334
Yxy33.24540.31460.2675
Hunter Lab57.658820.1288-13.0414
CIE-Lab64.359125.4731-17.7138

#bb8dbc color RGB value is (187,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001101 10111100
Octal 273 215 274
Decimal 187 141 188
Hex BB 8D BC

RGB Percentages of Color #bb8dbc

%36.24
%27.33
%36.43

CMYK Percentages of Color #bb8dbc

%1
%25
%0
%26

Triadic Colors of #bb8dbc

#bb8dbc #bcbb8d #8dbcbb

Analogous Colors of #bb8dbc

#bb8dbc #bc8da6 #a48dbc

Monochromatic Colors of #bb8dbc

#bb8dbc

Complementary Color

#bb8dbc #8ebc8d

#bb8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8dbc Color CSS Codes

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

#bb8dbc Text Font Color

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

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


#bb8dbc Background Color

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

This div background color is #bb8dbc


#bb8dbc Border Color

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

This div border color is #bb8dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8dbc


Comments

No comments written yet.

Please login to write comment.