Color Hex Logo

#b660fb Color Hex

#B660FB
(182,96,251)
0 Favorites   0 Comments

Color spaces of #b660fb

RGB 18296251
HSL0.760.950.68
HSV273°62°98°
CMYK 0.270.620.00   0.02
XYZ40.886925.275993.9905
Yxy25.27590.25530.1578
Hunter Lab50.275157.1859-75.6514
CIE-Lab57.343361.3087-63.9772

#b660fb color RGB value is (182,96,251).

#b660fb hex color red value is 182, green value is 96 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b660fb hue: 0.76 , saturation: 0.95 and the lightness value of b660fb is 0.68.

The process color (four color CMYK) of #b660fb color hex is 0.27, 0.62, 0.00, 0.02. Web safe color of #b660fb is #cc66ff. Color #b660fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100000 11111011
Octal 266 140 373
Decimal 182 96 251
Hex B6 60 FB

RGB Percentages of Color #b660fb

%34.40
%18.15
%47.45

CMYK Percentages of Color #b660fb

%27
%62
%0
%2

Triadic Colors of #b660fb

#b660fb #fbb660 #60fbb6

Analogous Colors of #b660fb

#b660fb #fb60f3 #6960fb

Monochromatic Colors of #b660fb

#b660fb

Complementary Color

#b660fb #a5fb60

#b660fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b660fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b660fb Color CSS Codes

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

#b660fb Text Font Color

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

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


#b660fb Background Color

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

This div background color is #b660fb


#b660fb Border Color

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

This div border color is #b660fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,96,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b660fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b660fb;
  -webkit-box-shadow: 1px 1px 3px 2px #b660fb;
  box-shadow:         1px 1px 3px 2px #b660fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,96,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b660fb


Comments

No comments written yet.

Please login to write comment.