Color Hex Logo

#833eae Color Hex

#833EAE
(131,62,174)
0 Favorites   0 Comments

Color spaces of #833eae

RGB 13162174
HSL0.770.470.46
HSV277°64°68°
CMYK 0.250.640.00   0.32
XYZ18.722711.326541.2438
Yxy11.32650.26260.1589
Hunter Lab33.654940.4062-49.1011
CIE-Lab40.125049.0061-47.9419

#833eae color RGB value is (131,62,174).

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

The process color (four color CMYK) of #833eae color hex is 0.25, 0.64, 0.00, 0.32. Web safe color of #833eae is #993399. Color #833eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111110 10101110
Octal 203 76 256
Decimal 131 62 174
Hex 83 3E AE

RGB Percentages of Color #833eae

%35.69
%16.89
%47.41

CMYK Percentages of Color #833eae

%25
%64
%0
%32

Triadic Colors of #833eae

#833eae #ae833e #3eae83

Analogous Colors of #833eae

#833eae #ae3ea1 #4b3eae

Monochromatic Colors of #833eae

#833eae

Complementary Color

#833eae #69ae3e

#833eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#833eae Color CSS Codes

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

#833eae Text Font Color

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

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


#833eae Background Color

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

This div background color is #833eae


#833eae Border Color

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

This div border color is #833eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833eae


Comments

No comments written yet.

Please login to write comment.