Color Hex Logo

#826aad Color Hex

#826AAD
(130,106,173)
0 Favorites   0 Comments

Color spaces of #826aad

RGB 130106173
HSL0.730.290.55
HSV261°39°68°
CMYK 0.250.390.00   0.32
XYZ21.902818.071041.8688
Yxy18.07100.26760.2208
Hunter Lab42.510017.5776-28.6387
CIE-Lab49.582123.8608-32.3639

#826aad color RGB value is (130,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101010 10101101
Octal 202 152 255
Decimal 130 106 173
Hex 82 6A AD

RGB Percentages of Color #826aad

%31.78
%25.92
%42.30

CMYK Percentages of Color #826aad

%25
%39
%0
%32

Triadic Colors of #826aad

#826aad #ad826a #6aad82

Analogous Colors of #826aad

#826aad #a46aad #6a74ad

Monochromatic Colors of #826aad

#826aad

Complementary Color

#826aad #95ad6a

#826aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#826aad Color CSS Codes

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

#826aad Text Font Color

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

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


#826aad Background Color

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

This div background color is #826aad


#826aad Border Color

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

This div border color is #826aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,106,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826aad


Comments

No comments written yet.

Please login to write comment.