Color Hex Logo

#b511f9 Color Hex

#B511F9
(181,17,249)
0 Favorites   0 Comments

Color spaces of #b511f9

RGB 18117249
HSL0.780.950.52
HSV282°93°98°
CMYK 0.270.930.00   0.02
XYZ36.355417.064291.0001
Yxy17.06420.25170.1182
Hunter Lab41.308884.8052-101.6950
CIE-Lab48.340885.6189-77.4573

#b511f9 color RGB value is (181,17,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010001 11111001
Octal 265 21 371
Decimal 181 17 249
Hex B5 11 F9

RGB Percentages of Color #b511f9

%40.49
%3.80
%55.70

CMYK Percentages of Color #b511f9

%27
%93
%0
%2

Triadic Colors of #b511f9

#b511f9 #f9b511 #11f9b5

Analogous Colors of #b511f9

#b511f9 #f911c9 #4111f9

Monochromatic Colors of #b511f9

#b511f9

Complementary Color

#b511f9 #55f911

#b511f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b511f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b511f9 Color CSS Codes

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

#b511f9 Text Font Color

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

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


#b511f9 Background Color

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

This div background color is #b511f9


#b511f9 Border Color

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

This div border color is #b511f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b511f9


Comments

No comments written yet.

Please login to write comment.