Color Hex Logo

#b513eb Color Hex

#B513EB
(181,19,235)
0 Favorites   0 Comments

Color spaces of #b513eb

RGB 18119235
HSL0.790.850.50
HSV285°92°92°
CMYK 0.230.920.00   0.08
XYZ34.284316.287779.9341
Yxy16.28770.26270.1248
Hunter Lab40.358081.0099-89.1806
CIE-Lab47.349782.8636-71.1975

#b513eb color RGB value is (181,19,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010011 11101011
Octal 265 23 353
Decimal 181 19 235
Hex B5 13 EB

RGB Percentages of Color #b513eb

%41.61
%4.37
%54.02

CMYK Percentages of Color #b513eb

%23
%92
%0
%8

Triadic Colors of #b513eb

#b513eb #ebb513 #13ebb5

Analogous Colors of #b513eb

#b513eb #eb13b5 #4913eb

Monochromatic Colors of #b513eb

#b513eb

Complementary Color

#b513eb #49eb13

#b513eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b513eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b513eb Color CSS Codes

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

#b513eb Text Font Color

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

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


#b513eb Background Color

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

This div background color is #b513eb


#b513eb Border Color

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

This div border color is #b513eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b513eb


Comments

No comments written yet.

Please login to write comment.