Color Hex Logo

#bb80c0 Color Hex

#BB80C0
(187,128,192)
0 Favorites   0 Comments

Color spaces of #bb80c0

RGB 187128192
HSL0.820.340.63
HSV295°33°75°
CMYK 0.030.330.00   0.25
XYZ37.727129.808953.6344
Yxy29.80890.31140.2460
Hunter Lab54.597527.7985-20.0258
CIE-Lab61.489033.4543-24.3501

#bb80c0 color RGB value is (187,128,192).

#bb80c0 hex color red value is 187, green value is 128 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bb80c0 hue: 0.82 , saturation: 0.34 and the lightness value of bb80c0 is 0.63.

The process color (four color CMYK) of #bb80c0 color hex is 0.03, 0.33, 0.00, 0.25. Web safe color of #bb80c0 is #cc99cc. Color #bb80c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 11000000
Octal 273 200 300
Decimal 187 128 192
Hex BB 80 C0

RGB Percentages of Color #bb80c0

%36.88
%25.25
%37.87

CMYK Percentages of Color #bb80c0

%3
%33
%0
%25

Triadic Colors of #bb80c0

#bb80c0 #c0bb80 #80c0bb

Analogous Colors of #bb80c0

#bb80c0 #c080a5 #9b80c0

Monochromatic Colors of #bb80c0

#bb80c0

Complementary Color

#bb80c0 #85c080

#bb80c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb80c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb80c0 Color CSS Codes

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

#bb80c0 Text Font Color

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

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


#bb80c0 Background Color

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

This div background color is #bb80c0


#bb80c0 Border Color

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

This div border color is #bb80c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb80c0

#bb80c0 Color Palettes


Comments

No comments written yet.

Please login to write comment.