Color Hex Logo

#833afe Color Hex

#833AFE
(131,58,254)
0 Favorites   0 Comments

Color spaces of #833afe

RGB 13158254
HSL0.730.990.61
HSV262°77°100°
CMYK 0.480.770.00   0.00
XYZ28.762515.007295.1467
Yxy15.00720.20700.1080
Hunter Lab38.739164.7368-118.5041
CIE-Lab45.644169.9785-84.9259

#833afe color RGB value is (131,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 11111110
Octal 203 72 376
Decimal 131 58 254
Hex 83 3A FE

RGB Percentages of Color #833afe

%29.57
%13.09
%57.34

CMYK Percentages of Color #833afe

%48
%77
%0
%0

Triadic Colors of #833afe

#833afe #fe833a #3afe83

Analogous Colors of #833afe

#833afe #e53afe #3a53fe

Monochromatic Colors of #833afe

#833afe

Complementary Color

#833afe #b5fe3a

#833afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#833afe Color CSS Codes

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

#833afe Text Font Color

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

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


#833afe Background Color

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

This div background color is #833afe


#833afe Border Color

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

This div border color is #833afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833afe

Related Colors


Comments

No comments written yet.

Please login to write comment.