Color Hex Logo

#b260fa Color Hex

#B260FA
(178,96,250)
0 Favorites   0 Comments

Color spaces of #b260fa

RGB 17896250
HSL0.760.940.68
HSV272°62°98°
CMYK 0.290.620.00   0.02
XYZ39.798324.732893.1188
Yxy24.73280.25240.1569
Hunter Lab49.732155.8142-76.2027
CIE-Lab56.814160.2095-64.2990

#b260fa color RGB value is (178,96,250).

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

The process color (four color CMYK) of #b260fa color hex is 0.29, 0.62, 0.00, 0.02. Web safe color of #b260fa is #9966ff. Color #b260fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 11111010
Octal 262 140 372
Decimal 178 96 250
Hex B2 60 FA

RGB Percentages of Color #b260fa

%33.97
%18.32
%47.71

CMYK Percentages of Color #b260fa

%29
%62
%0
%2

Triadic Colors of #b260fa

#b260fa #fab260 #60fab2

Analogous Colors of #b260fa

#b260fa #fa60f5 #6560fa

Monochromatic Colors of #b260fa

#b260fa

Complementary Color

#b260fa #a8fa60

#b260fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b260fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b260fa Color CSS Codes

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

#b260fa Text Font Color

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

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


#b260fa Background Color

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

This div background color is #b260fa


#b260fa Border Color

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

This div border color is #b260fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b260fa


Comments

No comments written yet.

Please login to write comment.