Color Hex Logo

#7891aa Color Hex

#7891AA
(120,145,170)
0 Favorites   0 Comments

Color spaces of #7891aa

RGB 120145170
HSL0.580.230.57
HSV210°29°67°
CMYK 0.290.150.00   0.33
XYZ25.126827.146141.9456
Yxy27.14610.26670.2881
Hunter Lab52.1019-5.0945-11.2612
CIE-Lab59.1093-2.8471-16.0266

#7891aa color RGB value is (120,145,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010001 10101010
Octal 170 221 252
Decimal 120 145 170
Hex 78 91 AA

RGB Percentages of Color #7891aa

%27.59
%33.33
%39.08

CMYK Percentages of Color #7891aa

%29
%15
%0
%33

Triadic Colors of #7891aa

#7891aa #aa7891 #91aa78

Analogous Colors of #7891aa

#7891aa #7878aa #78aaaa

Monochromatic Colors of #7891aa

#7891aa

Complementary Color

#7891aa #aa9178

#7891aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7891aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7891aa Color CSS Codes

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

#7891aa Text Font Color

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

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


#7891aa Background Color

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

This div background color is #7891aa


#7891aa Border Color

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

This div border color is #7891aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7891aa


Comments

No comments written yet.

Please login to write comment.