Color Hex Logo

#b980ff Color Hex

#B980FF
(185,128,255)
0 Favorites   0 Comments

Color spaces of #b980ff

RGB 185128255
HSL0.741.000.75
HSV267°50°100°
CMYK 0.270.500.00   0.00
XYZ45.776832.972698.5594
Yxy32.97260.25820.1860
Hunter Lab57.421841.8126-61.5708
CIE-Lab64.138746.5019-55.2979

#b980ff color RGB value is (185,128,255).

#b980ff hex color red value is 185, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b980ff hue: 0.74 , saturation: 1.00 and the lightness value of b980ff is 0.75.

The process color (four color CMYK) of #b980ff color hex is 0.27, 0.50, 0.00, 0.00. Web safe color of #b980ff is #cc99ff. Color #b980ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 11111111
Octal 271 200 377
Decimal 185 128 255
Hex B9 80 FF

RGB Percentages of Color #b980ff

%32.57
%22.54
%44.89

CMYK Percentages of Color #b980ff

%27
%50
%0
%0

Triadic Colors of #b980ff

#b980ff #ffb980 #80ffb9

Analogous Colors of #b980ff

#b980ff #f980ff #8087ff

Monochromatic Colors of #b980ff

#b980ff

Complementary Color

#b980ff #c6ff80

#b980ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b980ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b980ff Color CSS Codes

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

#b980ff Text Font Color

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

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


#b980ff Background Color

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

This div background color is #b980ff


#b980ff Border Color

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

This div border color is #b980ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b980ff

Related Colors


Comments

No comments written yet.

Please login to write comment.