Color Hex Logo

#830bfb Color Hex

#830BFB
(131,11,251)
0 Favorites   0 Comments

Color spaces of #830bfb

RGB 13111251
HSL0.750.970.51
HSV270°96°98°
CMYK 0.480.960.00   0.02
XYZ26.892312.029792.1714
Yxy12.02970.20510.0918
Hunter Lab34.683977.7041-133.2828
CIE-Lab41.263381.4218-90.4648

#830bfb color RGB value is (131,11,251).

#830bfb hex color red value is 131, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #830bfb hue: 0.75 , saturation: 0.97 and the lightness value of 830bfb is 0.51.

The process color (four color CMYK) of #830bfb color hex is 0.48, 0.96, 0.00, 0.02. Web safe color of #830bfb is #9900ff. Color #830bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001011 11111011
Octal 203 13 373
Decimal 131 11 251
Hex 83 B FB

RGB Percentages of Color #830bfb

%33.33
%2.80
%63.87

CMYK Percentages of Color #830bfb

%48
%96
%0
%2

Triadic Colors of #830bfb

#830bfb #fb830b #0bfb83

Analogous Colors of #830bfb

#830bfb #fb0bfb #0b0bfb

Monochromatic Colors of #830bfb

#830bfb

Complementary Color

#830bfb #83fb0b

#830bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#830bfb Color CSS Codes

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

#830bfb Text Font Color

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

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


#830bfb Background Color

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

This div background color is #830bfb


#830bfb Border Color

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

This div border color is #830bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,11,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #830bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #830bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #830bfb;
  box-shadow:         1px 1px 3px 2px #830bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,11,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.