Color Hex Logo

#b451fa Color Hex

#B451FA
(180,81,250)
0 Favorites   0 Comments

Color spaces of #b451fa

RGB 18081250
HSL0.760.940.65
HSV275°68°98°
CMYK 0.280.680.00   0.02
XYZ39.020122.490392.7270
Yxy22.49030.25300.1458
Hunter Lab47.423963.8767-82.7317
CIE-Lab54.543467.5430-67.9474

#b451fa color RGB value is (180,81,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010001 11111010
Octal 264 121 372
Decimal 180 81 250
Hex B4 51 FA

RGB Percentages of Color #b451fa

%35.23
%15.85
%48.92

CMYK Percentages of Color #b451fa

%28
%68
%0
%2

Triadic Colors of #b451fa

#b451fa #fab451 #51fab4

Analogous Colors of #b451fa

#b451fa #fa51ec #5f51fa

Monochromatic Colors of #b451fa

#b451fa

Complementary Color

#b451fa #97fa51

#b451fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b451fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b451fa Color CSS Codes

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

#b451fa Text Font Color

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

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


#b451fa Background Color

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

This div background color is #b451fa


#b451fa Border Color

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

This div border color is #b451fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b451fa


Comments

No comments written yet.

Please login to write comment.