Color Hex Logo

#826eae Color Hex

#826EAE
(130,110,174)
0 Favorites   0 Comments

Color spaces of #826eae

RGB 130110174
HSL0.720.280.56
HSV259°37°68°
CMYK 0.250.370.00   0.32
XYZ22.421818.953742.5211
Yxy18.95370.26730.2259
Hunter Lab43.535815.7432-27.4330
CIE-Lab50.633021.7335-31.3034

#826eae color RGB value is (130,110,174).

#826eae hex color red value is 130, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #826eae hue: 0.72 , saturation: 0.28 and the lightness value of 826eae is 0.56.

The process color (four color CMYK) of #826eae color hex is 0.25, 0.37, 0.00, 0.32. Web safe color of #826eae is #996699. Color #826eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101110 10101110
Octal 202 156 256
Decimal 130 110 174
Hex 82 6E AE

RGB Percentages of Color #826eae

%31.40
%26.57
%42.03

CMYK Percentages of Color #826eae

%25
%37
%0
%32

Triadic Colors of #826eae

#826eae #ae826e #6eae82

Analogous Colors of #826eae

#826eae #a26eae #6e7aae

Monochromatic Colors of #826eae

#826eae

Complementary Color

#826eae #9aae6e

#826eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#826eae Color CSS Codes

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

#826eae Text Font Color

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

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


#826eae Background Color

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

This div background color is #826eae


#826eae Border Color

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

This div border color is #826eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,110,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 #826eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826eae


Comments

No comments written yet.

Please login to write comment.