Color Hex Logo

#818eaa Color Hex

#818EAA
(129,142,170)
0 Favorites   0 Comments

Color spaces of #818eaa

RGB 129142170
HSL0.610.190.59
HSV221°24°67°
CMYK 0.240.160.00   0.33
XYZ25.982026.915441.8560
Yxy26.91540.27420.2841
Hunter Lab51.8801-1.3957-11.5182
CIE-Lab58.89591.6727-16.2908

#818eaa color RGB value is (129,142,170).

#818eaa hex color red value is 129, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #818eaa hue: 0.61 , saturation: 0.19 and the lightness value of 818eaa is 0.59.

The process color (four color CMYK) of #818eaa color hex is 0.24, 0.16, 0.00, 0.33. Web safe color of #818eaa is #999999. Color #818eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001110 10101010
Octal 201 216 252
Decimal 129 142 170
Hex 81 8E AA

RGB Percentages of Color #818eaa

%29.25
%32.20
%38.55

CMYK Percentages of Color #818eaa

%24
%16
%0
%33

Triadic Colors of #818eaa

#818eaa #aa818e #8eaa81

Analogous Colors of #818eaa

#818eaa #8981aa #81a3aa

Monochromatic Colors of #818eaa

#818eaa

Complementary Color

#818eaa #aa9d81

#818eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#818eaa Color CSS Codes

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

#818eaa Text Font Color

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

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


#818eaa Background Color

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

This div background color is #818eaa


#818eaa Border Color

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

This div border color is #818eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,142,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 #818eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818eaa


Comments

No comments written yet.

Please login to write comment.