Color Hex Logo

#7881aa Color Hex

#7881AA
(120,129,170)
0 Favorites   0 Comments

Color spaces of #7881aa

RGB 120129170
HSL0.640.230.57
HSV229°29°67°
CMYK 0.290.240.00   0.33
XYZ22.851722.595941.1872
Yxy22.59590.26380.2608
Hunter Lab47.53512.6243-18.0977
CIE-Lab54.65366.3651-22.8264

#7881aa color RGB value is (120,129,170).

#7881aa hex color red value is 120, green value is 129 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7881aa hue: 0.64 , saturation: 0.23 and the lightness value of 7881aa is 0.57.

The process color (four color CMYK) of #7881aa color hex is 0.29, 0.24, 0.00, 0.33. Web safe color of #7881aa is #669999. Color #7881aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000001 10101010
Octal 170 201 252
Decimal 120 129 170
Hex 78 81 AA

RGB Percentages of Color #7881aa

%28.64
%30.79
%40.57

CMYK Percentages of Color #7881aa

%29
%24
%0
%33

Triadic Colors of #7881aa

#7881aa #aa7881 #81aa78

Analogous Colors of #7881aa

#7881aa #8878aa #789aaa

Monochromatic Colors of #7881aa

#7881aa

Complementary Color

#7881aa #aaa178

#7881aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7881aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7881aa Color CSS Codes

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

#7881aa Text Font Color

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

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


#7881aa Background Color

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

This div background color is #7881aa


#7881aa Border Color

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

This div border color is #7881aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7881aa


Comments

No comments written yet.

Please login to write comment.