Color Hex Logo

#826dac Color Hex

#826DAC
(130,109,172)
0 Favorites   0 Comments

Color spaces of #826dac

RGB 130109172
HSL0.720.280.55
HSV260°37°67°
CMYK 0.240.370.00   0.33
XYZ22.121018.661741.4659
Yxy18.66170.26900.2269
Hunter Lab43.199215.8059-26.6717
CIE-Lab50.289021.8283-30.6771

#826dac color RGB value is (130,109,172).

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

The process color (four color CMYK) of #826dac color hex is 0.24, 0.37, 0.00, 0.33. Web safe color of #826dac is #996699. Color #826dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101101 10101100
Octal 202 155 254
Decimal 130 109 172
Hex 82 6D AC

RGB Percentages of Color #826dac

%31.63
%26.52
%41.85

CMYK Percentages of Color #826dac

%24
%37
%0
%33

Triadic Colors of #826dac

#826dac #ac826d #6dac82

Analogous Colors of #826dac

#826dac #a26dac #6d78ac

Monochromatic Colors of #826dac

#826dac

Complementary Color

#826dac #97ac6d

#826dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#826dac Color CSS Codes

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

#826dac Text Font Color

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

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


#826dac Background Color

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

This div background color is #826dac


#826dac Border Color

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

This div border color is #826dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826dac


Comments

No comments written yet.

Please login to write comment.