Color Hex Logo

#b981fa Color Hex

#B981FA
(185,129,250)
0 Favorites   0 Comments

Color spaces of #b981fa

RGB 185129250
HSL0.740.920.74
HSV268°48°98°
CMYK 0.260.480.00   0.02
XYZ45.113232.916994.4184
Yxy32.91690.26160.1909
Hunter Lab57.373339.9533-57.4115
CIE-Lab64.093644.7935-52.6273

#b981fa color RGB value is (185,129,250).

#b981fa hex color red value is 185, green value is 129 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b981fa hue: 0.74 , saturation: 0.92 and the lightness value of b981fa is 0.74.

The process color (four color CMYK) of #b981fa color hex is 0.26, 0.48, 0.00, 0.02. Web safe color of #b981fa is #cc99ff. Color #b981fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 11111010
Octal 271 201 372
Decimal 185 129 250
Hex B9 81 FA

RGB Percentages of Color #b981fa

%32.80
%22.87
%44.33

CMYK Percentages of Color #b981fa

%26
%48
%0
%2

Triadic Colors of #b981fa

#b981fa #fab981 #81fab9

Analogous Colors of #b981fa

#b981fa #f681fa #8186fa

Monochromatic Colors of #b981fa

#b981fa

Complementary Color

#b981fa #c2fa81

#b981fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b981fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b981fa Color CSS Codes

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

#b981fa Text Font Color

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

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


#b981fa Background Color

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

This div background color is #b981fa


#b981fa Border Color

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

This div border color is #b981fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b981fa


Comments

No comments written yet.

Please login to write comment.