Color Hex Logo

#bb80ef Color Hex

#BB80EF
(187,128,239)
0 Favorites   0 Comments

Color spaces of #bb80ef

RGB 187128239
HSL0.760.780.72
HSV272°46°94°
CMYK 0.220.460.00   0.06
XYZ43.792732.235185.5752
Yxy32.23510.27100.1995
Hunter Lab56.776038.3235-49.6213
CIE-Lab63.536743.3505-47.4369

#bb80ef color RGB value is (187,128,239).

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

The process color (four color CMYK) of #bb80ef color hex is 0.22, 0.46, 0.00, 0.06. Web safe color of #bb80ef is #cc99ff. Color #bb80ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 11101111
Octal 273 200 357
Decimal 187 128 239
Hex BB 80 EF

RGB Percentages of Color #bb80ef

%33.75
%23.10
%43.14

CMYK Percentages of Color #bb80ef

%22
%46
%0
%6

Triadic Colors of #bb80ef

#bb80ef #efbb80 #80efbb

Analogous Colors of #bb80ef

#bb80ef #ef80ec #8480ef

Monochromatic Colors of #bb80ef

#bb80ef

Complementary Color

#bb80ef #b4ef80

#bb80ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb80ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb80ef Color CSS Codes

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

#bb80ef Text Font Color

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

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


#bb80ef Background Color

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

This div background color is #bb80ef


#bb80ef Border Color

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

This div border color is #bb80ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb80ef


Comments

No comments written yet.

Please login to write comment.