Color Hex Logo

#b831eb Color Hex

#B831EB
(184,49,235)
0 Favorites   0 Comments

Color spaces of #b831eb

RGB 18449235
HSL0.790.820.56
HSV284°79°92°
CMYK 0.220.790.00   0.08
XYZ35.860918.385180.2559
Yxy18.38510.26660.1367
Hunter Lab42.877874.2523-80.9606
CIE-Lab49.959976.9870-66.9389

#b831eb color RGB value is (184,49,235).

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

The process color (four color CMYK) of #b831eb color hex is 0.22, 0.79, 0.00, 0.08. Web safe color of #b831eb is #cc33ff. Color #b831eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110001 11101011
Octal 270 61 353
Decimal 184 49 235
Hex B8 31 EB

RGB Percentages of Color #b831eb

%39.32
%10.47
%50.21

CMYK Percentages of Color #b831eb

%22
%79
%0
%8

Triadic Colors of #b831eb

#b831eb #ebb831 #31ebb8

Analogous Colors of #b831eb

#b831eb #eb31c1 #5b31eb

Monochromatic Colors of #b831eb

#b831eb

Complementary Color

#b831eb #64eb31

#b831eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b831eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b831eb Color CSS Codes

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

#b831eb Text Font Color

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

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


#b831eb Background Color

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

This div background color is #b831eb


#b831eb Border Color

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

This div border color is #b831eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b831eb


Comments

No comments written yet.

Please login to write comment.