Color Hex Logo

#b515eb Color Hex

#B515EB
(181,21,235)
0 Favorites   0 Comments

Color spaces of #b515eb

RGB 18121235
HSL0.790.840.50
HSV285°91°92°
CMYK 0.230.910.00   0.08
XYZ34.319616.358279.9459
Yxy16.35820.26270.1252
Hunter Lab40.445380.6859-88.8835
CIE-Lab47.441082.5923-71.0490

#b515eb color RGB value is (181,21,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010101 11101011
Octal 265 25 353
Decimal 181 21 235
Hex B5 15 EB

RGB Percentages of Color #b515eb

%41.42
%4.81
%53.78

CMYK Percentages of Color #b515eb

%23
%91
%0
%8

Triadic Colors of #b515eb

#b515eb #ebb515 #15ebb5

Analogous Colors of #b515eb

#b515eb #eb15b6 #4a15eb

Monochromatic Colors of #b515eb

#b515eb

Complementary Color

#b515eb #4beb15

#b515eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b515eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b515eb Color CSS Codes

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

#b515eb Text Font Color

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

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


#b515eb Background Color

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

This div background color is #b515eb


#b515eb Border Color

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

This div border color is #b515eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,21,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 #b515eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b515eb


Comments

No comments written yet.

Please login to write comment.