Color Hex Logo

#826eac Color Hex

#826EAC
(130,110,172)
0 Favorites   0 Comments

Color spaces of #826eac

RGB 130110172
HSL0.720.270.55
HSV259°36°67°
CMYK 0.240.360.00   0.33
XYZ22.228218.876241.5016
Yxy18.87620.26910.2285
Hunter Lab43.446715.2923-26.2228
CIE-Lab50.542121.2337-30.2824

#826eac color RGB value is (130,110,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101110 10101100
Octal 202 156 254
Decimal 130 110 172
Hex 82 6E AC

RGB Percentages of Color #826eac

%31.55
%26.70
%41.75

CMYK Percentages of Color #826eac

%24
%36
%0
%33

Triadic Colors of #826eac

#826eac #ac826e #6eac82

Analogous Colors of #826eac

#826eac #a16eac #6e79ac

Monochromatic Colors of #826eac

#826eac

Complementary Color

#826eac #98ac6e

#826eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#826eac Color CSS Codes

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

#826eac Text Font Color

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

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


#826eac Background Color

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

This div background color is #826eac


#826eac Border Color

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

This div border color is #826eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826eac


Comments

No comments written yet.

Please login to write comment.