Color Hex Logo

#833daa Color Hex

#833DAA
(131,61,170)
0 Favorites   0 Comments

Color spaces of #833daa

RGB 13161170
HSL0.770.470.45
HSV279°64°67°
CMYK 0.230.640.00   0.33
XYZ18.284511.065139.2023
Yxy11.06510.26670.1614
Hunter Lab33.264239.9044-46.5890
CIE-Lab39.689948.5940-46.2640

#833daa color RGB value is (131,61,170).

#833daa hex color red value is 131, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #833daa hue: 0.77 , saturation: 0.47 and the lightness value of 833daa is 0.45.

The process color (four color CMYK) of #833daa color hex is 0.23, 0.64, 0.00, 0.33. Web safe color of #833daa is #993399. Color #833daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111101 10101010
Octal 203 75 252
Decimal 131 61 170
Hex 83 3D AA

RGB Percentages of Color #833daa

%36.19
%16.85
%46.96

CMYK Percentages of Color #833daa

%23
%64
%0
%33

Triadic Colors of #833daa

#833daa #aa833d #3daa83

Analogous Colors of #833daa

#833daa #aa3d9b #4d3daa

Monochromatic Colors of #833daa

#833daa

Complementary Color

#833daa #64aa3d

#833daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#833daa Color CSS Codes

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

#833daa Text Font Color

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

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


#833daa Background Color

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

This div background color is #833daa


#833daa Border Color

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

This div border color is #833daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833daa


Comments

No comments written yet.

Please login to write comment.