Color Hex Logo

#b13afa Color Hex

#B13AFA
(177,58,250)
0 Favorites   0 Comments

Color spaces of #b13afa

RGB 17758250
HSL0.770.950.60
HSV277°77°98°
CMYK 0.290.770.00   0.02
XYZ36.899819.275492.2182
Yxy19.27540.24870.1299
Hunter Lab43.903873.1924-93.8038
CIE-Lab51.007975.9257-73.6958

#b13afa color RGB value is (177,58,250).

#b13afa hex color red value is 177, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b13afa hue: 0.77 , saturation: 0.95 and the lightness value of b13afa is 0.60.

The process color (four color CMYK) of #b13afa color hex is 0.29, 0.77, 0.00, 0.02. Web safe color of #b13afa is #9933ff. Color #b13afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111010 11111010
Octal 261 72 372
Decimal 177 58 250
Hex B1 3A FA

RGB Percentages of Color #b13afa

%36.49
%11.96
%51.55

CMYK Percentages of Color #b13afa

%29
%77
%0
%2

Triadic Colors of #b13afa

#b13afa #fab13a #3afab1

Analogous Colors of #b13afa

#b13afa #fa3ae3 #513afa

Monochromatic Colors of #b13afa

#b13afa

Complementary Color

#b13afa #83fa3a

#b13afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13afa Color CSS Codes

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

#b13afa Text Font Color

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

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


#b13afa Background Color

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

This div background color is #b13afa


#b13afa Border Color

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

This div border color is #b13afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13afa

Related Colors


Comments

No comments written yet.

Please login to write comment.