Color Hex Logo

#816584 Color Hex

#816584
(129,101,132)
0 Favorites   0 Comments

Color spaces of #816584

RGB 129101132
HSL0.820.130.46
HSV294°23°52°
CMYK 0.020.230.00   0.48
XYZ17.871815.640423.9068
Yxy15.64040.31130.2724
Hunter Lab39.547911.4556-8.1573
CIE-Lab46.499117.0558-12.8993

#816584 color RGB value is (129,101,132).

#816584 hex color red value is 129, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #816584 hue: 0.82 , saturation: 0.13 and the lightness value of 816584 is 0.46.

The process color (four color CMYK) of #816584 color hex is 0.02, 0.23, 0.00, 0.48. Web safe color of #816584 is #996699. Color #816584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100101 10000100
Octal 201 145 204
Decimal 129 101 132
Hex 81 65 84

RGB Percentages of Color #816584

%35.64
%27.90
%36.46

CMYK Percentages of Color #816584

%2
%23
%0
%48

Triadic Colors of #816584

#816584 #848165 #658481

Analogous Colors of #816584

#816584 #846578 #726584

Monochromatic Colors of #816584

#816584

Complementary Color

#816584 #688465

#816584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816584 Color CSS Codes

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

#816584 Text Font Color

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

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


#816584 Background Color

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

This div background color is #816584


#816584 Border Color

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

This div border color is #816584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816584


Comments

No comments written yet.

Please login to write comment.