Color Hex Logo

#bb80ec Color Hex

#BB80EC
(187,128,236)
0 Favorites   0 Comments

Color spaces of #bb80ec

RGB 187128236
HSL0.760.740.71
HSV273°46°93°
CMYK 0.210.460.00   0.07
XYZ43.353032.059383.2600
Yxy32.05930.27320.2020
Hunter Lab56.620937.5856-47.5502
CIE-Lab63.391942.6780-46.0070

#bb80ec color RGB value is (187,128,236).

#bb80ec hex color red value is 187, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb80ec hue: 0.76 , saturation: 0.74 and the lightness value of bb80ec is 0.71.

The process color (four color CMYK) of #bb80ec color hex is 0.21, 0.46, 0.00, 0.07. Web safe color of #bb80ec is #cc99ff. Color #bb80ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 11101100
Octal 273 200 354
Decimal 187 128 236
Hex BB 80 EC

RGB Percentages of Color #bb80ec

%33.94
%23.23
%42.83

CMYK Percentages of Color #bb80ec

%21
%46
%0
%7

Triadic Colors of #bb80ec

#bb80ec #ecbb80 #80ecbb

Analogous Colors of #bb80ec

#bb80ec #ec80e7 #8580ec

Monochromatic Colors of #bb80ec

#bb80ec

Complementary Color

#bb80ec #b1ec80

#bb80ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb80ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb80ec Color CSS Codes

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

#bb80ec Text Font Color

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

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


#bb80ec Background Color

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

This div background color is #bb80ec


#bb80ec Border Color

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

This div border color is #bb80ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb80ec


Comments

No comments written yet.

Please login to write comment.