Color Hex Logo

#bb80bd Color Hex

#BB80BD
(187,128,189)
0 Favorites   0 Comments

Color spaces of #bb80bd

RGB 187128189
HSL0.830.320.62
HSV298°32°74°
CMYK 0.010.320.00   0.26
XYZ37.398029.677351.9013
Yxy29.67730.31430.2494
Hunter Lab54.476927.2045-18.3531
CIE-Lab61.374832.8749-22.8270

#bb80bd color RGB value is (187,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 10111101
Octal 273 200 275
Decimal 187 128 189
Hex BB 80 BD

RGB Percentages of Color #bb80bd

%37.10
%25.40
%37.50

CMYK Percentages of Color #bb80bd

%1
%32
%0
%26

Triadic Colors of #bb80bd

#bb80bd #bdbb80 #80bdbb

Analogous Colors of #bb80bd

#bb80bd #bd80a1 #9d80bd

Monochromatic Colors of #bb80bd

#bb80bd

Complementary Color

#bb80bd #82bd80

#bb80bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb80bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb80bd Color CSS Codes

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

#bb80bd Text Font Color

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

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


#bb80bd Background Color

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

This div background color is #bb80bd


#bb80bd Border Color

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

This div border color is #bb80bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb80bd


Comments

No comments written yet.

Please login to write comment.