Color Hex Logo

#b980eb Color Hex

#B980EB
(185,128,235)
0 Favorites   0 Comments

Color spaces of #b980eb

RGB 185128235
HSL0.760.730.71
HSV272°46°92°
CMYK 0.210.460.00   0.08
XYZ42.722231.750882.4741
Yxy31.75080.27220.2023
Hunter Lab56.347836.7276-47.3369
CIE-Lab63.136441.9034-45.8702

#b980eb color RGB value is (185,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 11101011
Octal 271 200 353
Decimal 185 128 235
Hex B9 80 EB

RGB Percentages of Color #b980eb

%33.76
%23.36
%42.88

CMYK Percentages of Color #b980eb

%21
%46
%0
%8

Triadic Colors of #b980eb

#b980eb #ebb980 #80ebb9

Analogous Colors of #b980eb

#b980eb #eb80e8 #8480eb

Monochromatic Colors of #b980eb

#b980eb

Complementary Color

#b980eb #b2eb80

#b980eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b980eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b980eb Color CSS Codes

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

#b980eb Text Font Color

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

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


#b980eb Background Color

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

This div background color is #b980eb


#b980eb Border Color

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

This div border color is #b980eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b980eb


Comments

No comments written yet.

Please login to write comment.