Color Hex Logo

#833afb Color Hex

#833AFB
(131,58,251)
0 Favorites   0 Comments

Color spaces of #833afb

RGB 13158251
HSL0.730.960.61
HSV263°77°98°
CMYK 0.480.770.00   0.02
XYZ28.285714.816492.6358
Yxy14.81640.20840.1092
Hunter Lab38.492163.8086-115.7440
CIE-Lab45.381769.2441-83.6813

#833afb color RGB value is (131,58,251).

#833afb hex color red value is 131, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #833afb hue: 0.73 , saturation: 0.96 and the lightness value of 833afb is 0.61.

The process color (four color CMYK) of #833afb color hex is 0.48, 0.77, 0.00, 0.02. Web safe color of #833afb is #9933ff. Color #833afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 11111011
Octal 203 72 373
Decimal 131 58 251
Hex 83 3A FB

RGB Percentages of Color #833afb

%29.77
%13.18
%57.05

CMYK Percentages of Color #833afb

%48
%77
%0
%2

Triadic Colors of #833afb

#833afb #fb833a #3afb83

Analogous Colors of #833afb

#833afb #e43afb #3a52fb

Monochromatic Colors of #833afb

#833afb

Complementary Color

#833afb #b2fb3a

#833afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#833afb Color CSS Codes

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

#833afb Text Font Color

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

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


#833afb Background Color

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

This div background color is #833afb


#833afb Border Color

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

This div border color is #833afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,58,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 #833afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833afb

Related Colors


Comments

No comments written yet.

Please login to write comment.