Color Hex Logo

#833aff Color Hex

#833AFF
(131,58,255)
0 Favorites   0 Comments

Color spaces of #833aff

RGB 13158255
HSL0.731.000.61
HSV262°77°100°
CMYK 0.490.770.00   0.00
XYZ28.923115.071495.9924
Yxy15.07140.20660.1077
Hunter Lab38.821965.0478-119.4272
CIE-Lab45.731870.2238-85.3394

#833aff color RGB value is (131,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 11111111
Octal 203 72 377
Decimal 131 58 255
Hex 83 3A FF

RGB Percentages of Color #833aff

%29.50
%13.06
%57.43

CMYK Percentages of Color #833aff

%49
%77
%0
%0

Triadic Colors of #833aff

#833aff #ff833a #3aff83

Analogous Colors of #833aff

#833aff #e63aff #3a53ff

Monochromatic Colors of #833aff

#833aff

Complementary Color

#833aff #b6ff3a

#833aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#833aff Color CSS Codes

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

#833aff Text Font Color

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

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


#833aff Background Color

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

This div background color is #833aff


#833aff Border Color

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

This div border color is #833aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833aff


Comments

No comments written yet.

Please login to write comment.