Color Hex Logo

#b13bfa Color Hex

#B13BFA
(177,59,250)
0 Favorites   0 Comments

Color spaces of #b13bfa

RGB 17759250
HSL0.770.950.61
HSV277°76°98°
CMYK 0.290.760.00   0.02
XYZ36.950719.377292.2351
Yxy19.37720.24870.1304
Hunter Lab44.019572.8015-93.4179
CIE-Lab51.125675.5858-73.5043

#b13bfa color RGB value is (177,59,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 11111010
Octal 261 73 372
Decimal 177 59 250
Hex B1 3B FA

RGB Percentages of Color #b13bfa

%36.42
%12.14
%51.44

CMYK Percentages of Color #b13bfa

%29
%76
%0
%2

Triadic Colors of #b13bfa

#b13bfa #fab13b #3bfab1

Analogous Colors of #b13bfa

#b13bfa #fa3be4 #513bfa

Monochromatic Colors of #b13bfa

#b13bfa

Complementary Color

#b13bfa #84fa3b

#b13bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bfa Color CSS Codes

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

#b13bfa Text Font Color

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

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


#b13bfa Background Color

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

This div background color is #b13bfa


#b13bfa Border Color

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

This div border color is #b13bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bfa


Comments

No comments written yet.

Please login to write comment.