Color Hex Logo

#827aac Color Hex

#827AAC
(130,122,172)
0 Favorites   0 Comments

Color spaces of #827aac

RGB 130122172
HSL0.690.230.58
HSV250°29°67°
CMYK 0.240.290.00   0.33
XYZ23.611821.643541.9628
Yxy21.64350.27070.2482
Hunter Lab46.52269.1804-20.9131
CIE-Lab53.646714.1150-25.4648

#827aac color RGB value is (130,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 10101100
Octal 202 172 254
Decimal 130 122 172
Hex 82 7A AC

RGB Percentages of Color #827aac

%30.66
%28.77
%40.57

CMYK Percentages of Color #827aac

%24
%29
%0
%33

Triadic Colors of #827aac

#827aac #ac827a #7aac82

Analogous Colors of #827aac

#827aac #9b7aac #7a8bac

Monochromatic Colors of #827aac

#827aac

Complementary Color

#827aac #a4ac7a

#827aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#827aac Color CSS Codes

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

#827aac Text Font Color

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

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


#827aac Background Color

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

This div background color is #827aac


#827aac Border Color

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

This div border color is #827aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827aac


Comments

No comments written yet.

Please login to write comment.