Color Hex Logo

#827aae Color Hex

#827AAE
(130,122,174)
0 Favorites   0 Comments

Color spaces of #827aae

RGB 130122174
HSL0.690.240.58
HSV249°30°68°
CMYK 0.250.300.00   0.32
XYZ23.805421.720942.9823
Yxy21.72090.26900.2454
Hunter Lab46.60579.6148-22.0565
CIE-Lab53.729614.6143-26.4911

#827aae color RGB value is (130,122,174).

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

The process color (four color CMYK) of #827aae color hex is 0.25, 0.30, 0.00, 0.32. Web safe color of #827aae is #996699. Color #827aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 10101110
Octal 202 172 256
Decimal 130 122 174
Hex 82 7A AE

RGB Percentages of Color #827aae

%30.52
%28.64
%40.85

CMYK Percentages of Color #827aae

%25
%30
%0
%32

Triadic Colors of #827aae

#827aae #ae827a #7aae82

Analogous Colors of #827aae

#827aae #9c7aae #7a8cae

Monochromatic Colors of #827aae

#827aae

Complementary Color

#827aae #a6ae7a

#827aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#827aae Color CSS Codes

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

#827aae Text Font Color

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

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


#827aae Background Color

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

This div background color is #827aae


#827aae Border Color

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

This div border color is #827aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827aae


Comments

No comments written yet.

Please login to write comment.