Color Hex Logo

#bb84bd Color Hex

#BB84BD
(187,132,189)
0 Favorites   0 Comments

Color spaces of #bb84bd

RGB 187132189
HSL0.830.300.63
HSV298°30°74°
CMYK 0.010.300.00   0.26
XYZ37.930130.741452.0787
Yxy30.74140.31410.2546
Hunter Lab55.444925.0840-16.8789
CIE-Lab62.288730.6650-21.4290

#bb84bd color RGB value is (187,132,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 10111101
Octal 273 204 275
Decimal 187 132 189
Hex BB 84 BD

RGB Percentages of Color #bb84bd

%36.81
%25.98
%37.20

CMYK Percentages of Color #bb84bd

%1
%30
%0
%26

Triadic Colors of #bb84bd

#bb84bd #bdbb84 #84bdbb

Analogous Colors of #bb84bd

#bb84bd #bd84a3 #9f84bd

Monochromatic Colors of #bb84bd

#bb84bd

Complementary Color

#bb84bd #86bd84

#bb84bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb84bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb84bd Color CSS Codes

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

#bb84bd Text Font Color

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

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


#bb84bd Background Color

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

This div background color is #bb84bd


#bb84bd Border Color

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

This div border color is #bb84bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb84bd


Comments

No comments written yet.

Please login to write comment.