Color Hex Logo

#b591fa Color Hex

#B591FA
(181,145,250)
0 Favorites   0 Comments

Color spaces of #b591fa

RGB 181145250
HSL0.720.910.77
HSV261°42°98°
CMYK 0.280.420.00   0.02
XYZ46.436836.976795.1322
Yxy36.97670.26010.2071
Hunter Lab60.808529.8979-50.1907
CIE-Lab67.259534.9247-47.6481

#b591fa color RGB value is (181,145,250).

#b591fa hex color red value is 181, green value is 145 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b591fa hue: 0.72 , saturation: 0.91 and the lightness value of b591fa is 0.77.

The process color (four color CMYK) of #b591fa color hex is 0.28, 0.42, 0.00, 0.02. Web safe color of #b591fa is #cc99ff. Color #b591fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010001 11111010
Octal 265 221 372
Decimal 181 145 250
Hex B5 91 FA

RGB Percentages of Color #b591fa

%31.42
%25.17
%43.40

CMYK Percentages of Color #b591fa

%28
%42
%0
%2

Triadic Colors of #b591fa

#b591fa #fab591 #91fab5

Analogous Colors of #b591fa

#b591fa #ea91fa #91a2fa

Monochromatic Colors of #b591fa

#b591fa

Complementary Color

#b591fa #d6fa91

#b591fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b591fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b591fa Color CSS Codes

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

#b591fa Text Font Color

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

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


#b591fa Background Color

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

This div background color is #b591fa


#b591fa Border Color

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

This div border color is #b591fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b591fa


Comments

No comments written yet.

Please login to write comment.