Color Hex Logo

#7194aa Color Hex

#7194AA
(113,148,170)
0 Favorites   0 Comments

Color spaces of #7194aa

RGB 113148170
HSL0.560.250.55
HSV203°34°67°
CMYK 0.340.130.00   0.33
XYZ24.655727.592842.0567
Yxy27.59280.26140.2926
Hunter Lab52.5288-8.1421-10.6998
CIE-Lab59.5191-6.6315-15.4485

#7194aa color RGB value is (113,148,170).

#7194aa hex color red value is 113, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7194aa hue: 0.56 , saturation: 0.25 and the lightness value of 7194aa is 0.55.

The process color (four color CMYK) of #7194aa color hex is 0.34, 0.13, 0.00, 0.33. Web safe color of #7194aa is #669999. Color #7194aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010100 10101010
Octal 161 224 252
Decimal 113 148 170
Hex 71 94 AA

RGB Percentages of Color #7194aa

%26.22
%34.34
%39.44

CMYK Percentages of Color #7194aa

%34
%13
%0
%33

Triadic Colors of #7194aa

#7194aa #aa7194 #94aa71

Analogous Colors of #7194aa

#7194aa #7178aa #71aaa4

Monochromatic Colors of #7194aa

#7194aa

Complementary Color

#7194aa #aa8771

#7194aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7194aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7194aa Color CSS Codes

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

#7194aa Text Font Color

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

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


#7194aa Background Color

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

This div background color is #7194aa


#7194aa Border Color

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

This div border color is #7194aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7194aa


Comments

No comments written yet.

Please login to write comment.