Color Hex Logo

#826cae Color Hex

#826CAE
(130,108,174)
0 Favorites   0 Comments

Color spaces of #826cae

RGB 130108174
HSL0.720.290.55
HSV260°38°68°
CMYK 0.250.380.00   0.32
XYZ22.208518.526942.4499
Yxy18.52690.26700.2227
Hunter Lab43.042916.7742-28.3432
CIE-Lab50.129022.9229-32.0907

#826cae color RGB value is (130,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101100 10101110
Octal 202 154 256
Decimal 130 108 174
Hex 82 6C AE

RGB Percentages of Color #826cae

%31.55
%26.21
%42.23

CMYK Percentages of Color #826cae

%25
%38
%0
%32

Triadic Colors of #826cae

#826cae #ae826c #6cae82

Analogous Colors of #826cae

#826cae #a36cae #6c77ae

Monochromatic Colors of #826cae

#826cae

Complementary Color

#826cae #98ae6c

#826cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#826cae Color CSS Codes

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

#826cae Text Font Color

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

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


#826cae Background Color

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

This div background color is #826cae


#826cae Border Color

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

This div border color is #826cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826cae

#826cae Color Palettes


Comments

No comments written yet.

Please login to write comment.