Color Hex Logo

#827aab Color Hex

#827AAB
(130,122,171)
0 Favorites   0 Comments

Color spaces of #827aab

RGB 130122171
HSL0.690.230.57
HSV250°29°67°
CMYK 0.240.290.00   0.33
XYZ23.516121.605241.4589
Yxy21.60520.27160.2495
Hunter Lab46.48148.9652-20.3465
CIE-Lab53.605613.8670-24.9507

#827aab color RGB value is (130,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 10101011
Octal 202 172 253
Decimal 130 122 171
Hex 82 7A AB

RGB Percentages of Color #827aab

%30.73
%28.84
%40.43

CMYK Percentages of Color #827aab

%24
%29
%0
%33

Triadic Colors of #827aab

#827aab #ab827a #7aab82

Analogous Colors of #827aab

#827aab #9b7aab #7a8bab

Monochromatic Colors of #827aab

#827aab

Complementary Color

#827aab #a3ab7a

#827aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#827aab Color CSS Codes

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

#827aab Text Font Color

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

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


#827aab Background Color

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

This div background color is #827aab


#827aab Border Color

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

This div border color is #827aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827aab


Comments

No comments written yet.

Please login to write comment.