Color Hex Logo

#b516eb Color Hex

#B516EB
(181,22,235)
0 Favorites   0 Comments

Color spaces of #b516eb

RGB 18122235
HSL0.790.840.50
HSV285°91°92°
CMYK 0.230.910.00   0.08
XYZ34.338416.395779.9521
Yxy16.39570.26280.1255
Hunter Lab40.491680.5144-88.7261
CIE-Lab47.489482.4485-70.9701

#b516eb color RGB value is (181,22,235).

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

The process color (four color CMYK) of #b516eb color hex is 0.23, 0.91, 0.00, 0.08. Web safe color of #b516eb is #cc00ff. Color #b516eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010110 11101011
Octal 265 26 353
Decimal 181 22 235
Hex B5 16 EB

RGB Percentages of Color #b516eb

%41.32
%5.02
%53.65

CMYK Percentages of Color #b516eb

%23
%91
%0
%8

Triadic Colors of #b516eb

#b516eb #ebb516 #16ebb5

Analogous Colors of #b516eb

#b516eb #eb16b7 #4b16eb

Monochromatic Colors of #b516eb

#b516eb

Complementary Color

#b516eb #4ceb16

#b516eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b516eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b516eb Color CSS Codes

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

#b516eb Text Font Color

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

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


#b516eb Background Color

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

This div background color is #b516eb


#b516eb Border Color

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

This div border color is #b516eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b516eb


Comments

No comments written yet.

Please login to write comment.