Color Hex Logo

#816788 Color Hex

#816788
(129,103,136)
0 Favorites   0 Comments

Color spaces of #816788

RGB 129103136
HSL0.800.140.47
HSV287°24°53°
CMYK 0.050.240.00   0.47
XYZ18.347416.145225.4419
Yxy16.14520.30610.2694
Hunter Lab40.181111.1894-9.4145
CIE-Lab47.164416.7069-14.2814

#816788 color RGB value is (129,103,136).

#816788 hex color red value is 129, green value is 103 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #816788 hue: 0.80 , saturation: 0.14 and the lightness value of 816788 is 0.47.

The process color (four color CMYK) of #816788 color hex is 0.05, 0.24, 0.00, 0.47. Web safe color of #816788 is #996699. Color #816788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100111 10001000
Octal 201 147 210
Decimal 129 103 136
Hex 81 67 88

RGB Percentages of Color #816788

%35.05
%27.99
%36.96

CMYK Percentages of Color #816788

%5
%24
%0
%47

Triadic Colors of #816788

#816788 #888167 #678881

Analogous Colors of #816788

#816788 #88677f #716788

Monochromatic Colors of #816788

#816788

Complementary Color

#816788 #6e8867

#816788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816788 Color CSS Codes

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

#816788 Text Font Color

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

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


#816788 Background Color

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

This div background color is #816788


#816788 Border Color

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

This div border color is #816788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816788


Comments

No comments written yet.

Please login to write comment.