Color Hex Logo

#b660ff Color Hex

#B660FF
(182,96,255)
0 Favorites   0 Comments

Color spaces of #b660ff

RGB 18296255
HSL0.761.000.69
HSV272°62°100°
CMYK 0.290.620.00   0.00
XYZ41.524325.530897.3471
Yxy25.53080.25260.1553
Hunter Lab50.528058.2686-78.8583
CIE-Lab57.589062.2009-65.7940

#b660ff color RGB value is (182,96,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100000 11111111
Octal 266 140 377
Decimal 182 96 255
Hex B6 60 FF

RGB Percentages of Color #b660ff

%34.15
%18.01
%47.84

CMYK Percentages of Color #b660ff

%29
%62
%0
%0

Triadic Colors of #b660ff

#b660ff #ffb660 #60ffb6

Analogous Colors of #b660ff

#b660ff #ff60f9 #6760ff

Monochromatic Colors of #b660ff

#b660ff

Complementary Color

#b660ff #a9ff60

#b660ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b660ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b660ff Color CSS Codes

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

#b660ff Text Font Color

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

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


#b660ff Background Color

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

This div background color is #b660ff


#b660ff Border Color

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

This div border color is #b660ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,96,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 #b660ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b660ff

Related Colors

#b660ff Color Palettes


Comments

No comments written yet.

Please login to write comment.