Color Hex Logo

#b460fa Color Hex

#B460FA
(180,96,250)
0 Favorites   0 Comments

Color spaces of #b460fa

RGB 18096250
HSL0.760.940.68
HSV273°62°98°
CMYK 0.280.620.00   0.02
XYZ40.260624.971293.1404
Yxy24.97120.25420.1577
Hunter Lab49.971256.3636-75.5297
CIE-Lab57.047360.6471-63.9116

#b460fa color RGB value is (180,96,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 11111010
Octal 264 140 372
Decimal 180 96 250
Hex B4 60 FA

RGB Percentages of Color #b460fa

%34.22
%18.25
%47.53

CMYK Percentages of Color #b460fa

%28
%62
%0
%2

Triadic Colors of #b460fa

#b460fa #fab460 #60fab4

Analogous Colors of #b460fa

#b460fa #fa60f3 #6760fa

Monochromatic Colors of #b460fa

#b460fa

Complementary Color

#b460fa #a6fa60

#b460fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b460fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b460fa Color CSS Codes

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

#b460fa Text Font Color

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

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


#b460fa Background Color

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

This div background color is #b460fa


#b460fa Border Color

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

This div border color is #b460fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b460fa


Comments

No comments written yet.

Please login to write comment.