Color Hex Logo

#817193 Color Hex

#817193
(129,113,147)
0 Favorites   0 Comments

Color spaces of #817193

RGB 129113147
HSL0.750.140.51
HSV268°23°58°
CMYK 0.120.230.00   0.42
XYZ20.224818.584030.1249
Yxy18.58400.29340.2696
Hunter Lab43.10928.3028-11.2557
CIE-Lab50.196913.1737-16.1896

#817193 color RGB value is (129,113,147).

#817193 hex color red value is 129, green value is 113 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #817193 hue: 0.75 , saturation: 0.14 and the lightness value of 817193 is 0.51.

The process color (four color CMYK) of #817193 color hex is 0.12, 0.23, 0.00, 0.42. Web safe color of #817193 is #996699. Color #817193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110001 10010011
Octal 201 161 223
Decimal 129 113 147
Hex 81 71 93

RGB Percentages of Color #817193

%33.16
%29.05
%37.79

CMYK Percentages of Color #817193

%12
%23
%0
%42

Triadic Colors of #817193

#817193 #938171 #719381

Analogous Colors of #817193

#817193 #927193 #717293

Monochromatic Colors of #817193

#817193

Complementary Color

#817193 #839371

#817193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817193 Color CSS Codes

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

#817193 Text Font Color

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

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


#817193 Background Color

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

This div background color is #817193


#817193 Border Color

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

This div border color is #817193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817193


Comments

No comments written yet.

Please login to write comment.