Color Hex Logo

#7193aa Color Hex

#7193AA
(113,147,170)
0 Favorites   0 Comments

Color spaces of #7193aa

RGB 113147170
HSL0.570.250.55
HSV204°34°67°
CMYK 0.340.140.00   0.33
XYZ24.499527.280442.0046
Yxy27.28040.26120.2909
Hunter Lab52.2306-7.6757-11.1204
CIE-Lab59.2330-6.0732-15.8816

#7193aa color RGB value is (113,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010011 10101010
Octal 161 223 252
Decimal 113 147 170
Hex 71 93 AA

RGB Percentages of Color #7193aa

%26.28
%34.19
%39.53

CMYK Percentages of Color #7193aa

%34
%14
%0
%33

Triadic Colors of #7193aa

#7193aa #aa7193 #93aa71

Analogous Colors of #7193aa

#7193aa #7177aa #71aaa5

Monochromatic Colors of #7193aa

#7193aa

Complementary Color

#7193aa #aa8871

#7193aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7193aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7193aa Color CSS Codes

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

#7193aa Text Font Color

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

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


#7193aa Background Color

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

This div background color is #7193aa


#7193aa Border Color

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

This div border color is #7193aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7193aa


Comments

No comments written yet.

Please login to write comment.