Color Hex Logo

#bb88bd Color Hex

#BB88BD
(187,136,189)
0 Favorites   0 Comments

Color spaces of #bb88bd

RGB 187136189
HSL0.830.290.64
HSV298°28°74°
CMYK 0.010.280.00   0.26
XYZ38.483031.847252.2630
Yxy31.84720.31390.2598
Hunter Lab56.433322.9644-15.4052
CIE-Lab63.216428.4465-20.0139

#bb88bd color RGB value is (187,136,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 10111101
Octal 273 210 275
Decimal 187 136 189
Hex BB 88 BD

RGB Percentages of Color #bb88bd

%36.52
%26.56
%36.91

CMYK Percentages of Color #bb88bd

%1
%28
%0
%26

Triadic Colors of #bb88bd

#bb88bd #bdbb88 #88bdbb

Analogous Colors of #bb88bd

#bb88bd #bd88a5 #a188bd

Monochromatic Colors of #bb88bd

#bb88bd

Complementary Color

#bb88bd #8abd88

#bb88bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb88bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb88bd Color CSS Codes

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

#bb88bd Text Font Color

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

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


#bb88bd Background Color

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

This div background color is #bb88bd


#bb88bd Border Color

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

This div border color is #bb88bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb88bd


Comments

No comments written yet.

Please login to write comment.