Color Hex Logo

#833bea Color Hex

#833BEA
(131,59,234)
0 Favorites   0 Comments

Color spaces of #833bea

RGB 13159234
HSL0.740.810.57
HSV265°75°92°
CMYK 0.440.750.00   0.08
XYZ25.775313.893779.1652
Yxy13.89370.21690.1169
Hunter Lab37.274358.2035-99.8315
CIE-Lab44.080164.6713-76.2544

#833bea color RGB value is (131,59,234).

#833bea hex color red value is 131, green value is 59 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #833bea hue: 0.74 , saturation: 0.81 and the lightness value of 833bea is 0.57.

The process color (four color CMYK) of #833bea color hex is 0.44, 0.75, 0.00, 0.08. Web safe color of #833bea is #9933ff. Color #833bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111011 11101010
Octal 203 73 352
Decimal 131 59 234
Hex 83 3B EA

RGB Percentages of Color #833bea

%30.90
%13.92
%55.19

CMYK Percentages of Color #833bea

%44
%75
%0
%8

Triadic Colors of #833bea

#833bea #ea833b #3bea83

Analogous Colors of #833bea

#833bea #db3bea #3b4bea

Monochromatic Colors of #833bea

#833bea

Complementary Color

#833bea #a2ea3b

#833bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#833bea Color CSS Codes

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

#833bea Text Font Color

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

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


#833bea Background Color

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

This div background color is #833bea


#833bea Border Color

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

This div border color is #833bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833bea


Comments

No comments written yet.

Please login to write comment.