Color Hex Logo

#b812eb Color Hex

#B812EB
(184,18,235)
0 Favorites   0 Comments

Color spaces of #b812eb

RGB 18418235
HSL0.790.860.50
HSV286°92°92°
CMYK 0.220.920.00   0.08
XYZ34.978916.621179.9619
Yxy16.62110.26590.1263
Hunter Lab40.769081.8034-87.7497
CIE-Lab47.779083.4007-70.4782

#b812eb color RGB value is (184,18,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010010 11101011
Octal 270 22 353
Decimal 184 18 235
Hex B8 12 EB

RGB Percentages of Color #b812eb

%42.11
%4.12
%53.78

CMYK Percentages of Color #b812eb

%22
%92
%0
%8

Triadic Colors of #b812eb

#b812eb #ebb812 #12ebb8

Analogous Colors of #b812eb

#b812eb #eb12b2 #4b12eb

Monochromatic Colors of #b812eb

#b812eb

Complementary Color

#b812eb #45eb12

#b812eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b812eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b812eb Color CSS Codes

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

#b812eb Text Font Color

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

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


#b812eb Background Color

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

This div background color is #b812eb


#b812eb Border Color

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

This div border color is #b812eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b812eb


Comments

No comments written yet.

Please login to write comment.