Color Hex Logo

#b15afa Color Hex

#B15AFA
(177,90,250)
0 Favorites   0 Comments

Color spaces of #b15afa

RGB 17790250
HSL0.760.940.67
HSV273°64°98°
CMYK 0.290.640.00   0.02
XYZ39.042923.561692.9325
Yxy23.56160.25100.1515
Hunter Lab48.540358.6292-79.5351
CIE-Lab55.646262.8621-66.1860

#b15afa color RGB value is (177,90,250).

#b15afa hex color red value is 177, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b15afa hue: 0.76 , saturation: 0.94 and the lightness value of b15afa is 0.67.

The process color (four color CMYK) of #b15afa color hex is 0.29, 0.64, 0.00, 0.02. Web safe color of #b15afa is #9966ff. Color #b15afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011010 11111010
Octal 261 132 372
Decimal 177 90 250
Hex B1 5A FA

RGB Percentages of Color #b15afa

%34.24
%17.41
%48.36

CMYK Percentages of Color #b15afa

%29
%64
%0
%2

Triadic Colors of #b15afa

#b15afa #fab15a #5afab1

Analogous Colors of #b15afa

#b15afa #fa5af3 #615afa

Monochromatic Colors of #b15afa

#b15afa

Complementary Color

#b15afa #a3fa5a

#b15afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15afa Color CSS Codes

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

#b15afa Text Font Color

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

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


#b15afa Background Color

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

This div background color is #b15afa


#b15afa Border Color

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

This div border color is #b15afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15afa


Comments

No comments written yet.

Please login to write comment.