Color Hex Logo

#b529fa Color Hex

#B529FA
(181,41,250)
0 Favorites   0 Comments

Color spaces of #b529fa

RGB 18141250
HSL0.780.950.57
HSV280°84°98°
CMYK 0.280.840.00   0.02
XYZ37.104318.311892.0214
Yxy18.31180.25170.1242
Hunter Lab42.792379.8871-97.5438
CIE-Lab49.872181.4937-75.5193

#b529fa color RGB value is (181,41,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 11111010
Octal 265 51 372
Decimal 181 41 250
Hex B5 29 FA

RGB Percentages of Color #b529fa

%38.35
%8.69
%52.97

CMYK Percentages of Color #b529fa

%28
%84
%0
%2

Triadic Colors of #b529fa

#b529fa #fab529 #29fab5

Analogous Colors of #b529fa

#b529fa #fa29d7 #4c29fa

Monochromatic Colors of #b529fa

#b529fa

Complementary Color

#b529fa #6efa29

#b529fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b529fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b529fa Color CSS Codes

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

#b529fa Text Font Color

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

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


#b529fa Background Color

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

This div background color is #b529fa


#b529fa Border Color

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

This div border color is #b529fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b529fa


Comments

No comments written yet.

Please login to write comment.