Color Hex Logo

#816288 Color Hex

#816288
(129,98,136)
0 Favorites   0 Comments

Color spaces of #816288

RGB 12998136
HSL0.800.160.46
HSV289°28°53°
CMYK 0.050.280.00   0.47
XYZ17.864915.180125.2810
Yxy15.18010.30630.2603
Hunter Lab38.961613.6639-11.1983
CIE-Lab45.879919.6880-16.2359

#816288 color RGB value is (129,98,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100010 10001000
Octal 201 142 210
Decimal 129 98 136
Hex 81 62 88

RGB Percentages of Color #816288

%35.54
%27.00
%37.47

CMYK Percentages of Color #816288

%5
%28
%0
%47

Triadic Colors of #816288

#816288 #888162 #628881

Analogous Colors of #816288

#816288 #88627c #6e6288

Monochromatic Colors of #816288

#816288

Complementary Color

#816288 #698862

#816288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816288 Color CSS Codes

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

#816288 Text Font Color

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

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


#816288 Background Color

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

This div background color is #816288


#816288 Border Color

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

This div border color is #816288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816288

#816288 Color Palettes


Comments

No comments written yet.

Please login to write comment.