Color Hex Logo

#817590 Color Hex

#817590
(129,117,144)
0 Favorites   0 Comments

Color spaces of #817590

RGB 129117144
HSL0.740.110.51
HSV267°19°56°
CMYK 0.100.190.00   0.44
XYZ20.448619.403329.0530
Yxy19.40330.29680.2816
Hunter Lab44.04925.7776-8.2708
CIE-Lab51.155710.1378-12.9721

#817590 color RGB value is (129,117,144).

#817590 hex color red value is 129, green value is 117 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #817590 hue: 0.74 , saturation: 0.11 and the lightness value of 817590 is 0.51.

The process color (four color CMYK) of #817590 color hex is 0.10, 0.19, 0.00, 0.44. Web safe color of #817590 is #996699. Color #817590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110101 10010000
Octal 201 165 220
Decimal 129 117 144
Hex 81 75 90

RGB Percentages of Color #817590

%33.08
%30.00
%36.92

CMYK Percentages of Color #817590

%10
%19
%0
%44

Triadic Colors of #817590

#817590 #908175 #759081

Analogous Colors of #817590

#817590 #8f7590 #757790

Monochromatic Colors of #817590

#817590

Complementary Color

#817590 #849075

#817590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817590 Color CSS Codes

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

#817590 Text Font Color

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

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


#817590 Background Color

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

This div background color is #817590


#817590 Border Color

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

This div border color is #817590


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,117,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817590; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817590;
  -webkit-box-shadow: 1px 1px 3px 2px #817590;
  box-shadow:         1px 1px 3px 2px #817590; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,117,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817590


Comments

No comments written yet.

Please login to write comment.