Color Hex Logo

#b831ff Color Hex

#B831FF
(184,49,255)
0 Favorites   0 Comments

Color spaces of #b831ff

RGB 18449255
HSL0.781.000.60
HSV279°81°100°
CMYK 0.280.810.00   0.00
XYZ38.915519.607096.3412
Yxy19.60700.25130.1266
Hunter Lab44.279879.3859-98.0036
CIE-Lab51.389980.8032-75.8161

#b831ff color RGB value is (184,49,255).

#b831ff hex color red value is 184, green value is 49 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b831ff hue: 0.78 , saturation: 1.00 and the lightness value of b831ff is 0.60.

The process color (four color CMYK) of #b831ff color hex is 0.28, 0.81, 0.00, 0.00. Web safe color of #b831ff is #cc33ff. Color #b831ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110001 11111111
Octal 270 61 377
Decimal 184 49 255
Hex B8 31 FF

RGB Percentages of Color #b831ff

%37.70
%10.04
%52.25

CMYK Percentages of Color #b831ff

%28
%81
%0
%0

Triadic Colors of #b831ff

#b831ff #ffb831 #31ffb8

Analogous Colors of #b831ff

#b831ff #ff31df #5131ff

Monochromatic Colors of #b831ff

#b831ff

Complementary Color

#b831ff #78ff31

#b831ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b831ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b831ff Color CSS Codes

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

#b831ff Text Font Color

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

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


#b831ff Background Color

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

This div background color is #b831ff


#b831ff Border Color

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

This div border color is #b831ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,49,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b831ff

Related Colors


Comments

No comments written yet.

Please login to write comment.