Color Hex Logo

#815990 Color Hex

#815990
(129,89,144)
0 Favorites   0 Comments

Color spaces of #815990

RGB 12989144
HSL0.790.240.46
HSV284°38°56°
CMYK 0.100.380.00   0.44
XYZ17.659713.825528.1234
Yxy13.82550.29630.2319
Hunter Lab37.182719.7080-18.8166
CIE-Lab43.981626.7693-23.9530

#815990 color RGB value is (129,89,144).

#815990 hex color red value is 129, green value is 89 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #815990 hue: 0.79 , saturation: 0.24 and the lightness value of 815990 is 0.46.

The process color (four color CMYK) of #815990 color hex is 0.10, 0.38, 0.00, 0.44. Web safe color of #815990 is #996699. Color #815990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011001 10010000
Octal 201 131 220
Decimal 129 89 144
Hex 81 59 90

RGB Percentages of Color #815990

%35.64
%24.59
%39.78

CMYK Percentages of Color #815990

%10
%38
%0
%44

Triadic Colors of #815990

#815990 #908159 #599081

Analogous Colors of #815990

#815990 #905984 #665990

Monochromatic Colors of #815990

#815990

Complementary Color

#815990 #689059

#815990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815990 Color CSS Codes

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

#815990 Text Font Color

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

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


#815990 Background Color

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

This div background color is #815990


#815990 Border Color

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

This div border color is #815990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815990


Comments

No comments written yet.

Please login to write comment.