Color Hex Logo

#bb82bd Color Hex

#BB82BD
(187,130,189)
0 Favorites   0 Comments

Color spaces of #bb82bd

RGB 187130189
HSL0.830.310.63
HSV298°31°74°
CMYK 0.010.310.00   0.26
XYZ37.661530.204251.9891
Yxy30.20420.31420.2520
Hunter Lab54.958326.1442-17.6159
CIE-Lab61.830031.7712-22.1302

#bb82bd color RGB value is (187,130,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 10111101
Octal 273 202 275
Decimal 187 130 189
Hex BB 82 BD

RGB Percentages of Color #bb82bd

%36.96
%25.69
%37.35

CMYK Percentages of Color #bb82bd

%1
%31
%0
%26

Triadic Colors of #bb82bd

#bb82bd #bdbb82 #82bdbb

Analogous Colors of #bb82bd

#bb82bd #bd82a2 #9e82bd

Monochromatic Colors of #bb82bd

#bb82bd

Complementary Color

#bb82bd #84bd82

#bb82bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb82bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb82bd Color CSS Codes

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

#bb82bd Text Font Color

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

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


#bb82bd Background Color

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

This div background color is #bb82bd


#bb82bd Border Color

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

This div border color is #bb82bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb82bd


Comments

No comments written yet.

Please login to write comment.