Color Hex Logo

#b51fec Color Hex

#B51FEC
(181,31,236)
0 Favorites   0 Comments

Color spaces of #b51fec

RGB 18131236
HSL0.790.840.52
HSV284°87°93°
CMYK 0.230.870.00   0.07
XYZ34.686416.859980.7830
Yxy16.85990.26210.1274
Hunter Lab41.060878.9327-87.9045
CIE-Lab48.083081.0888-70.5696

#b51fec color RGB value is (181,31,236).

#b51fec hex color red value is 181, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b51fec hue: 0.79 , saturation: 0.84 and the lightness value of b51fec is 0.52.

The process color (four color CMYK) of #b51fec color hex is 0.23, 0.87, 0.00, 0.07. Web safe color of #b51fec is #cc33ff. Color #b51fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011111 11101100
Octal 265 37 354
Decimal 181 31 236
Hex B5 1F EC

RGB Percentages of Color #b51fec

%40.40
%6.92
%52.68

CMYK Percentages of Color #b51fec

%23
%87
%0
%7

Triadic Colors of #b51fec

#b51fec #ecb51f #1fecb5

Analogous Colors of #b51fec

#b51fec #ec1fbd #4f1fec

Monochromatic Colors of #b51fec

#b51fec

Complementary Color

#b51fec #56ec1f

#b51fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51fec Color CSS Codes

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

#b51fec Text Font Color

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

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


#b51fec Background Color

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

This div background color is #b51fec


#b51fec Border Color

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

This div border color is #b51fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51fec


Comments

No comments written yet.

Please login to write comment.