Color Hex Logo

#815eaa Color Hex

#815EAA
(129,94,170)
0 Favorites   0 Comments

Color spaces of #815eaa

RGB 12994170
HSL0.740.310.52
HSV268°45°67°
CMYK 0.240.450.00   0.33
XYZ20.311715.574839.9659
Yxy15.57480.26780.2053
Hunter Lab39.464922.8063-32.4172
CIE-Lab46.411629.9165-35.5927

#815eaa color RGB value is (129,94,170).

#815eaa hex color red value is 129, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #815eaa hue: 0.74 , saturation: 0.31 and the lightness value of 815eaa is 0.52.

The process color (four color CMYK) of #815eaa color hex is 0.24, 0.45, 0.00, 0.33. Web safe color of #815eaa is #996699. Color #815eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011110 10101010
Octal 201 136 252
Decimal 129 94 170
Hex 81 5E AA

RGB Percentages of Color #815eaa

%32.82
%23.92
%43.26

CMYK Percentages of Color #815eaa

%24
%45
%0
%33

Triadic Colors of #815eaa

#815eaa #aa815e #5eaa81

Analogous Colors of #815eaa

#815eaa #a75eaa #5e61aa

Monochromatic Colors of #815eaa

#815eaa

Complementary Color

#815eaa #87aa5e

#815eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#815eaa Color CSS Codes

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

#815eaa Text Font Color

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

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


#815eaa Background Color

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

This div background color is #815eaa


#815eaa Border Color

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

This div border color is #815eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #815eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #815eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #815eaa;
  box-shadow:         1px 1px 3px 2px #815eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815eaa


Comments

No comments written yet.

Please login to write comment.