Color Hex Logo

#817dae Color Hex

#817DAE
(129,125,174)
0 Favorites   0 Comments

Color spaces of #817dae

RGB 129125174
HSL0.680.230.59
HSV245°28°68°
CMYK 0.260.280.00   0.32
XYZ24.026922.390443.0998
Yxy22.39040.26840.2501
Hunter Lab47.31857.8295-20.8810
CIE-Lab54.438812.5320-25.4019

#817dae color RGB value is (129,125,174).

#817dae hex color red value is 129, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #817dae hue: 0.68 , saturation: 0.23 and the lightness value of 817dae is 0.59.

The process color (four color CMYK) of #817dae color hex is 0.26, 0.28, 0.00, 0.32. Web safe color of #817dae is #996699. Color #817dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111101 10101110
Octal 201 175 256
Decimal 129 125 174
Hex 81 7D AE

RGB Percentages of Color #817dae

%30.14
%29.21
%40.65

CMYK Percentages of Color #817dae

%26
%28
%0
%32

Triadic Colors of #817dae

#817dae #ae817d #7dae81

Analogous Colors of #817dae

#817dae #9a7dae #7d92ae

Monochromatic Colors of #817dae

#817dae

Complementary Color

#817dae #aaae7d

#817dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#817dae Color CSS Codes

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

#817dae Text Font Color

<p style="color:#817dae">Text here</p>

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


#817dae Background Color

<div style="background-color:#817dae">
Div content here</div>

This div background color is #817dae


#817dae Border Color

<div style="border:3px solid #817dae">
Div here</div>

This div border color is #817dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,125,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817dae;
  -webkit-box-shadow: 1px 1px 3px 2px #817dae;
  box-shadow:         1px 1px 3px 2px #817dae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,125,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 #817dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817dae

#817dae Color Palettes


Comments

No comments written yet.

Please login to write comment.