Color Hex Logo

#b51fbc Color Hex

#B51FBC
(181,31,188)
0 Favorites   0 Comments

Color spaces of #b51fbc

RGB 18131188
HSL0.830.720.43
HSV297°84°74°
CMYK 0.040.840.00   0.26
XYZ28.623114.434648.8545
Yxy14.43460.31140.1570
Hunter Lab37.992967.9908-49.6451
CIE-Lab44.849972.8586-48.1992

#b51fbc color RGB value is (181,31,188).

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

The process color (four color CMYK) of #b51fbc color hex is 0.04, 0.84, 0.00, 0.26. Web safe color of #b51fbc is #cc33cc. Color #b51fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011111 10111100
Octal 265 37 274
Decimal 181 31 188
Hex B5 1F BC

RGB Percentages of Color #b51fbc

%45.25
%7.75
%47.00

CMYK Percentages of Color #b51fbc

%4
%84
%0
%26

Triadic Colors of #b51fbc

#b51fbc #bcb51f #1fbcb5

Analogous Colors of #b51fbc

#b51fbc #bc1f75 #671fbc

Monochromatic Colors of #b51fbc

#b51fbc

Complementary Color

#b51fbc #26bc1f

#b51fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51fbc Color CSS Codes

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

#b51fbc Text Font Color

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

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


#b51fbc Background Color

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

This div background color is #b51fbc


#b51fbc Border Color

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

This div border color is #b51fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,31,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51fbc


Comments

No comments written yet.

Please login to write comment.