Color Hex Logo

#815995 Color Hex

#815995
(129,89,149)
0 Favorites   0 Comments

Color spaces of #815995

RGB 12989149
HSL0.780.250.47
HSV280°40°58°
CMYK 0.130.400.00   0.42
XYZ18.050513.981830.1812
Yxy13.98180.29010.2247
Hunter Lab37.392220.7316-21.6814
CIE-Lab44.206827.8880-26.5985

#815995 color RGB value is (129,89,149).

#815995 hex color red value is 129, green value is 89 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #815995 hue: 0.78 , saturation: 0.25 and the lightness value of 815995 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011001 10010101
Octal 201 131 225
Decimal 129 89 149
Hex 81 59 95

RGB Percentages of Color #815995

%35.15
%24.25
%40.60

CMYK Percentages of Color #815995

%13
%40
%0
%42

Triadic Colors of #815995

#815995 #958159 #599581

Analogous Colors of #815995

#815995 #95598b #635995

Monochromatic Colors of #815995

#815995

Complementary Color

#815995 #6d9559

#815995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815995 Color CSS Codes

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

#815995 Text Font Color

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

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


#815995 Background Color

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

This div background color is #815995


#815995 Border Color

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

This div border color is #815995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815995


Comments

No comments written yet.

Please login to write comment.