Color Hex Logo

#833eab Color Hex

#833EAB
(131,62,171)
0 Favorites   0 Comments

Color spaces of #833eab

RGB 13162171
HSL0.770.470.46
HSV278°64°67°
CMYK 0.230.640.00   0.33
XYZ18.433411.210839.7204
Yxy11.21080.26570.1616
Hunter Lab33.482539.6766-46.8981
CIE-Lab39.933348.3264-46.4685

#833eab color RGB value is (131,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 10101011
Octal 203 76 253
Decimal 131 62 171
Hex 83 3E AB

RGB Percentages of Color #833eab

%35.99
%17.03
%46.98

CMYK Percentages of Color #833eab

%23
%64
%0
%33

Triadic Colors of #833eab

#833eab #ab833e #3eab83

Analogous Colors of #833eab

#833eab #ab3e9d #4d3eab

Monochromatic Colors of #833eab

#833eab

Complementary Color

#833eab #66ab3e

#833eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#833eab Color CSS Codes

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

#833eab Text Font Color

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

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


#833eab Background Color

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

This div background color is #833eab


#833eab Border Color

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

This div border color is #833eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833eab


Comments

No comments written yet.

Please login to write comment.