Color Hex Logo

#818aaf Color Hex

#818AAF
(129,138,175)
0 Favorites   0 Comments

Color spaces of #818aaf

RGB 129138175
HSL0.630.220.60
HSV228°26°69°
CMYK 0.260.210.00   0.31
XYZ25.879625.939244.2002
Yxy25.93920.26950.2701
Hunter Lab50.93051.5737-15.8036
CIE-Lab57.97935.1969-20.5369

#818aaf color RGB value is (129,138,175).

#818aaf hex color red value is 129, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #818aaf hue: 0.63 , saturation: 0.22 and the lightness value of 818aaf is 0.60.

The process color (four color CMYK) of #818aaf color hex is 0.26, 0.21, 0.00, 0.31. Web safe color of #818aaf is #999999. Color #818aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001010 10101111
Octal 201 212 257
Decimal 129 138 175
Hex 81 8A AF

RGB Percentages of Color #818aaf

%29.19
%31.22
%39.59

CMYK Percentages of Color #818aaf

%26
%21
%0
%31

Triadic Colors of #818aaf

#818aaf #af818a #8aaf81

Analogous Colors of #818aaf

#818aaf #8f81af #81a1af

Monochromatic Colors of #818aaf

#818aaf

Complementary Color

#818aaf #afa681

#818aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#818aaf Color CSS Codes

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

#818aaf Text Font Color

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

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


#818aaf Background Color

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

This div background color is #818aaf


#818aaf Border Color

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

This div border color is #818aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818aaf


Comments

No comments written yet.

Please login to write comment.