Color Hex Logo

#815591 Color Hex

#815591
(129,85,145)
0 Favorites   0 Comments

Color spaces of #815591

RGB 12985145
HSL0.790.260.45
HSV284°41°57°
CMYK 0.110.410.00   0.43
XYZ17.412613.208528.4198
Yxy13.20850.29490.2237
Hunter Lab36.343521.9203-20.9230
CIE-Lab43.075729.3371-25.9608

#815591 color RGB value is (129,85,145).

#815591 hex color red value is 129, green value is 85 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #815591 hue: 0.79 , saturation: 0.26 and the lightness value of 815591 is 0.45.

The process color (four color CMYK) of #815591 color hex is 0.11, 0.41, 0.00, 0.43. Web safe color of #815591 is #996699. Color #815591 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010101 10010001
Octal 201 125 221
Decimal 129 85 145
Hex 81 55 91

RGB Percentages of Color #815591

%35.93
%23.68
%40.39

CMYK Percentages of Color #815591

%11
%41
%0
%43

Triadic Colors of #815591

#815591 #918155 #559181

Analogous Colors of #815591

#815591 #915583 #635591

Monochromatic Colors of #815591

#815591

Complementary Color

#815591 #659155

#815591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815591 Color CSS Codes

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

#815591 Text Font Color

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

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


#815591 Background Color

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

This div background color is #815591


#815591 Border Color

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

This div border color is #815591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815591


Comments

No comments written yet.

Please login to write comment.