Color Hex Logo

#818593 Color Hex

#818593
(129,133,147)
0 Favorites   0 Comments

Color spaces of #818593

RGB 129133147
HSL0.630.080.54
HSV227°12°58°
CMYK 0.120.100.00   0.42
XYZ22.707223.548830.9523
Yxy23.54880.29410.3050
Hunter Lab48.5271-1.3973-3.8483
CIE-Lab55.63321.4862-7.9991

#818593 color RGB value is (129,133,147).

#818593 hex color red value is 129, green value is 133 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #818593 hue: 0.63 , saturation: 0.08 and the lightness value of 818593 is 0.54.

The process color (four color CMYK) of #818593 color hex is 0.12, 0.10, 0.00, 0.42. Web safe color of #818593 is #999999. Color #818593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000101 10010011
Octal 201 205 223
Decimal 129 133 147
Hex 81 85 93

RGB Percentages of Color #818593

%31.54
%32.52
%35.94

CMYK Percentages of Color #818593

%12
%10
%0
%42

Triadic Colors of #818593

#818593 #938185 #859381

Analogous Colors of #818593

#818593 #868193 #818e93

Monochromatic Colors of #818593

#818593

Complementary Color

#818593 #938f81

#818593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818593 Color CSS Codes

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

#818593 Text Font Color

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

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


#818593 Background Color

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

This div background color is #818593


#818593 Border Color

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

This div border color is #818593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818593


Comments

No comments written yet.

Please login to write comment.