Color Hex Logo

#b431fb Color Hex

#B431FB
(180,49,251)
0 Favorites   0 Comments

Color spaces of #b431fb

RGB 18049251
HSL0.770.960.59
HSV279°80°98°
CMYK 0.280.800.00   0.02
XYZ37.333318.865092.9404
Yxy18.86500.25030.1265
Hunter Lab43.433977.4193-96.4659
CIE-Lab50.528979.4131-75.0143

#b431fb color RGB value is (180,49,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 11111011
Octal 264 61 373
Decimal 180 49 251
Hex B4 31 FB

RGB Percentages of Color #b431fb

%37.50
%10.21
%52.29

CMYK Percentages of Color #b431fb

%28
%80
%0
%2

Triadic Colors of #b431fb

#b431fb #fbb431 #31fbb4

Analogous Colors of #b431fb

#b431fb #fb31dd #4f31fb

Monochromatic Colors of #b431fb

#b431fb

Complementary Color

#b431fb #78fb31

#b431fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b431fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b431fb Color CSS Codes

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

#b431fb Text Font Color

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

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


#b431fb Background Color

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

This div background color is #b431fb


#b431fb Border Color

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

This div border color is #b431fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,49,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b431fb


Comments

No comments written yet.

Please login to write comment.