Color Hex Logo

#816475 Color Hex

#816475
(129,100,117)
0 Favorites   0 Comments

Color spaces of #816475

RGB 129100117
HSL0.900.130.45
HSV325°22°51°
CMYK 0.000.220.09   0.49
XYZ16.821315.065818.8510
Yxy15.06580.33150.2969
Hunter Lab38.81479.4317-1.6249
CIE-Lab45.724214.6699-5.0482

#816475 color RGB value is (129,100,117).

#816475 hex color red value is 129, green value is 100 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #816475 hue: 0.90 , saturation: 0.13 and the lightness value of 816475 is 0.45.

The process color (four color CMYK) of #816475 color hex is 0.00, 0.22, 0.09, 0.49. Web safe color of #816475 is #996666. Color #816475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100100 01110101
Octal 201 144 165
Decimal 129 100 117
Hex 81 64 75

RGB Percentages of Color #816475

%37.28
%28.90
%33.82

CMYK Percentages of Color #816475

%0
%22
%9
%49

Triadic Colors of #816475

#816475 #758164 #647581

Analogous Colors of #816475

#816475 #816467 #7f6481

Monochromatic Colors of #816475

#816475

Complementary Color

#816475 #648170

#816475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816475 Color CSS Codes

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

#816475 Text Font Color

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

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


#816475 Background Color

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

This div background color is #816475


#816475 Border Color

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

This div border color is #816475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816475


Comments

No comments written yet.

Please login to write comment.