Color Hex Logo

#833abe Color Hex

#833ABE
(131,58,190)
0 Favorites   0 Comments

Color spaces of #833abe

RGB 13158190
HSL0.760.530.49
HSV273°69°75°
CMYK 0.310.690.00   0.25
XYZ20.167411.569149.8853
Yxy11.56910.24710.1417
Hunter Lab34.013446.3138-63.1476
CIE-Lab40.522954.5893-56.7289

#833abe color RGB value is (131,58,190).

#833abe hex color red value is 131, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #833abe hue: 0.76 , saturation: 0.53 and the lightness value of 833abe is 0.49.

The process color (four color CMYK) of #833abe color hex is 0.31, 0.69, 0.00, 0.25. Web safe color of #833abe is #9933cc. Color #833abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 10111110
Octal 203 72 276
Decimal 131 58 190
Hex 83 3A BE

RGB Percentages of Color #833abe

%34.56
%15.30
%50.13

CMYK Percentages of Color #833abe

%31
%69
%0
%25

Triadic Colors of #833abe

#833abe #be833a #3abe83

Analogous Colors of #833abe

#833abe #be3ab7 #413abe

Monochromatic Colors of #833abe

#833abe

Complementary Color

#833abe #75be3a

#833abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#833abe Color CSS Codes

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

#833abe Text Font Color

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

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


#833abe Background Color

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

This div background color is #833abe


#833abe Border Color

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

This div border color is #833abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833abe


Comments

No comments written yet.

Please login to write comment.