Color Hex Logo

#815899 Color Hex

#815899
(129,88,153)
0 Favorites   0 Comments

Color spaces of #815899

RGB 12988153
HSL0.770.270.47
HSV278°42°60°
CMYK 0.160.420.00   0.40
XYZ18.292813.946531.8648
Yxy13.94650.28540.2176
Hunter Lab37.345022.0813-24.4479
CIE-Lab44.156129.3868-29.0670

#815899 color RGB value is (129,88,153).

#815899 hex color red value is 129, green value is 88 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #815899 hue: 0.77 , saturation: 0.27 and the lightness value of 815899 is 0.47.

The process color (four color CMYK) of #815899 color hex is 0.16, 0.42, 0.00, 0.40. Web safe color of #815899 is #996699. Color #815899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011000 10011001
Octal 201 130 231
Decimal 129 88 153
Hex 81 58 99

RGB Percentages of Color #815899

%34.86
%23.78
%41.35

CMYK Percentages of Color #815899

%16
%42
%0
%40

Triadic Colors of #815899

#815899 #998158 #589981

Analogous Colors of #815899

#815899 #995891 #615899

Monochromatic Colors of #815899

#815899

Complementary Color

#815899 #709958

#815899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815899 Color CSS Codes

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

#815899 Text Font Color

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

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


#815899 Background Color

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

This div background color is #815899


#815899 Border Color

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

This div border color is #815899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815899


Comments

No comments written yet.

Please login to write comment.