Color Hex Logo

#b431fa Color Hex

#B431FA
(180,49,250)
0 Favorites   0 Comments

Color spaces of #b431fa

RGB 18049250
HSL0.780.950.59
HSV279°80°98°
CMYK 0.280.800.00   0.02
XYZ37.176018.802192.1122
Yxy18.80210.25100.1270
Hunter Lab43.361477.1550-95.5962
CIE-Lab50.454979.2172-74.5767

#b431fa color RGB value is (180,49,250).

#b431fa hex color red value is 180, green value is 49 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b431fa hue: 0.78 , saturation: 0.95 and the lightness value of b431fa is 0.59.

The process color (four color CMYK) of #b431fa color hex is 0.28, 0.80, 0.00, 0.02. Web safe color of #b431fa is #cc33ff. Color #b431fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 11111010
Octal 264 61 372
Decimal 180 49 250
Hex B4 31 FA

RGB Percentages of Color #b431fa

%37.58
%10.23
%52.19

CMYK Percentages of Color #b431fa

%28
%80
%0
%2

Triadic Colors of #b431fa

#b431fa #fab431 #31fab4

Analogous Colors of #b431fa

#b431fa #fa31dc #5031fa

Monochromatic Colors of #b431fa

#b431fa

Complementary Color

#b431fa #77fa31

#b431fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b431fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b431fa Color CSS Codes

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

#b431fa Text Font Color

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

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


#b431fa Background Color

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

This div background color is #b431fa


#b431fa Border Color

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

This div border color is #b431fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b431fa


Comments

No comments written yet.

Please login to write comment.