Color Hex Logo

#827eac Color Hex

#827EAC
(130,126,172)
0 Favorites   0 Comments

Color spaces of #827eac

RGB 130126172
HSL0.680.220.58
HSV245°27°67°
CMYK 0.240.270.00   0.33
XYZ24.113222.646142.1300
Yxy22.64610.27130.2548
Hunter Lab47.58797.1686-19.1784
CIE-Lab54.705911.7587-23.8316

#827eac color RGB value is (130,126,172).

#827eac hex color red value is 130, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #827eac hue: 0.68 , saturation: 0.22 and the lightness value of 827eac is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111110 10101100
Octal 202 176 254
Decimal 130 126 172
Hex 82 7E AC

RGB Percentages of Color #827eac

%30.37
%29.44
%40.19

CMYK Percentages of Color #827eac

%24
%27
%0
%33

Triadic Colors of #827eac

#827eac #ac827e #7eac82

Analogous Colors of #827eac

#827eac #997eac #7e91ac

Monochromatic Colors of #827eac

#827eac

Complementary Color

#827eac #a8ac7e

#827eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#827eac Color CSS Codes

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

#827eac Text Font Color

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

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


#827eac Background Color

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

This div background color is #827eac


#827eac Border Color

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

This div border color is #827eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827eac


Comments

No comments written yet.

Please login to write comment.