Color Hex Logo

#b660fc Color Hex

#B660FC
(182,96,252)
0 Favorites   0 Comments

Color spaces of #b660fc

RGB 18296252
HSL0.760.960.68
HSV273°62°99°
CMYK 0.280.620.00   0.01
XYZ41.045025.339194.8231
Yxy25.33910.25460.1572
Hunter Lab50.338057.4554-76.4498
CIE-Lab57.404361.5313-64.4326

#b660fc color RGB value is (182,96,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100000 11111100
Octal 266 140 374
Decimal 182 96 252
Hex B6 60 FC

RGB Percentages of Color #b660fc

%34.34
%18.11
%47.55

CMYK Percentages of Color #b660fc

%28
%62
%0
%1

Triadic Colors of #b660fc

#b660fc #fcb660 #60fcb6

Analogous Colors of #b660fc

#b660fc #fc60f4 #6860fc

Monochromatic Colors of #b660fc

#b660fc

Complementary Color

#b660fc #a6fc60

#b660fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b660fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b660fc Color CSS Codes

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

#b660fc Text Font Color

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

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


#b660fc Background Color

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

This div background color is #b660fc


#b660fc Border Color

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

This div border color is #b660fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b660fc


Comments

No comments written yet.

Please login to write comment.