Color Hex Logo

#b511fe Color Hex

#B511FE
(181,17,254)
0 Favorites   0 Comments

Color spaces of #b511fe

RGB 18117254
HSL0.780.990.53
HSV282°93°100°
CMYK 0.290.930.00   0.00
XYZ37.145917.380495.1629
Yxy17.38040.24820.1161
Hunter Lab41.689886.0875-106.1550
CIE-Lab48.735886.5282-79.6062

#b511fe color RGB value is (181,17,254).

#b511fe hex color red value is 181, green value is 17 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b511fe hue: 0.78 , saturation: 0.99 and the lightness value of b511fe is 0.53.

The process color (four color CMYK) of #b511fe color hex is 0.29, 0.93, 0.00, 0.00. Web safe color of #b511fe is #cc00ff. Color #b511fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010001 11111110
Octal 265 21 376
Decimal 181 17 254
Hex B5 11 FE

RGB Percentages of Color #b511fe

%40.04
%3.76
%56.19

CMYK Percentages of Color #b511fe

%29
%93
%0
%0

Triadic Colors of #b511fe

#b511fe #feb511 #11feb5

Analogous Colors of #b511fe

#b511fe #fe11d1 #3e11fe

Monochromatic Colors of #b511fe

#b511fe

Complementary Color

#b511fe #5afe11

#b511fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b511fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b511fe Color CSS Codes

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

#b511fe Text Font Color

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

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


#b511fe Background Color

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

This div background color is #b511fe


#b511fe Border Color

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

This div border color is #b511fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b511fe


Comments

No comments written yet.

Please login to write comment.