Color Hex Logo

#b060fc Color Hex

#B060FC
(176,96,252)
0 Favorites   0 Comments

Color spaces of #b060fc

RGB 17696252
HSL0.750.960.68
HSV271°62°99°
CMYK 0.300.620.00   0.01
XYZ39.658124.624194.7582
Yxy24.62410.24940.1548
Hunter Lab49.622755.8163-78.4828
CIE-Lab56.707360.2302-65.5908

#b060fc color RGB value is (176,96,252).

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

The process color (four color CMYK) of #b060fc color hex is 0.30, 0.62, 0.00, 0.01. Web safe color of #b060fc is #9966ff. Color #b060fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100000 11111100
Octal 260 140 374
Decimal 176 96 252
Hex B0 60 FC

RGB Percentages of Color #b060fc

%33.59
%18.32
%48.09

CMYK Percentages of Color #b060fc

%30
%62
%0
%1

Triadic Colors of #b060fc

#b060fc #fcb060 #60fcb0

Analogous Colors of #b060fc

#b060fc #fc60fa #6260fc

Monochromatic Colors of #b060fc

#b060fc

Complementary Color

#b060fc #acfc60

#b060fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b060fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b060fc Color CSS Codes

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

#b060fc Text Font Color

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

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


#b060fc Background Color

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

This div background color is #b060fc


#b060fc Border Color

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

This div border color is #b060fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b060fc

Related Colors


Comments

No comments written yet.

Please login to write comment.