Color Hex Logo

#b13fba Color Hex

#B13FBA
(177,63,186)
0 Favorites   0 Comments

Color spaces of #b13fba

RGB 17763186
HSL0.820.490.49
HSV296°66°73°
CMYK 0.050.660.00   0.27
XYZ28.771916.447348.1126
Yxy16.44730.30830.1762
Hunter Lab40.555355.6649-41.9498
CIE-Lab47.555961.7741-42.7546

#b13fba color RGB value is (177,63,186).

#b13fba hex color red value is 177, green value is 63 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b13fba hue: 0.82 , saturation: 0.49 and the lightness value of b13fba is 0.49.

The process color (four color CMYK) of #b13fba color hex is 0.05, 0.66, 0.00, 0.27. Web safe color of #b13fba is #9933cc. Color #b13fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111111 10111010
Octal 261 77 272
Decimal 177 63 186
Hex B1 3F BA

RGB Percentages of Color #b13fba

%41.55
%14.79
%43.66

CMYK Percentages of Color #b13fba

%5
%66
%0
%27

Triadic Colors of #b13fba

#b13fba #bab13f #3fbab1

Analogous Colors of #b13fba

#b13fba #ba3f86 #743fba

Monochromatic Colors of #b13fba

#b13fba

Complementary Color

#b13fba #48ba3f

#b13fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13fba Color CSS Codes

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

#b13fba Text Font Color

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

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


#b13fba Background Color

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

This div background color is #b13fba


#b13fba Border Color

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

This div border color is #b13fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,63,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b13fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13fba


Comments

No comments written yet.

Please login to write comment.