Color Hex Logo

#b51fba Color Hex

#B51FBA
(181,31,186)
0 Favorites   0 Comments

Color spaces of #b51fba

RGB 18131186
HSL0.830.710.43
HSV298°83°73°
CMYK 0.030.830.00   0.27
XYZ28.409014.348947.7267
Yxy14.34890.31400.1586
Hunter Lab37.879967.5806-48.1863
CIE-Lab44.729272.5410-47.2199

#b51fba color RGB value is (181,31,186).

#b51fba hex color red value is 181, green value is 31 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b51fba hue: 0.83 , saturation: 0.71 and the lightness value of b51fba is 0.43.

The process color (four color CMYK) of #b51fba color hex is 0.03, 0.83, 0.00, 0.27. Web safe color of #b51fba is #cc33cc. Color #b51fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011111 10111010
Octal 265 37 272
Decimal 181 31 186
Hex B5 1F BA

RGB Percentages of Color #b51fba

%45.48
%7.79
%46.73

CMYK Percentages of Color #b51fba

%3
%83
%0
%27

Triadic Colors of #b51fba

#b51fba #bab51f #1fbab5

Analogous Colors of #b51fba

#b51fba #ba1f72 #681fba

Monochromatic Colors of #b51fba

#b51fba

Complementary Color

#b51fba #24ba1f

#b51fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51fba Color CSS Codes

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

#b51fba Text Font Color

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

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


#b51fba Background Color

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

This div background color is #b51fba


#b51fba Border Color

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

This div border color is #b51fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51fba


Comments

No comments written yet.

Please login to write comment.