Color Hex Logo

#7164aa Color Hex

#7164AA
(113,100,170)
0 Favorites   0 Comments

Color spaces of #7164aa

RGB 113100170
HSL0.700.290.53
HSV251°41°67°
CMYK 0.340.410.00   0.33
XYZ18.622915.527340.0458
Yxy15.52730.25100.2093
Hunter Lab39.404715.4020-32.6713
CIE-Lab46.348121.6646-35.7976

#7164aa color RGB value is (113,100,170).

#7164aa hex color red value is 113, green value is 100 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7164aa hue: 0.70 , saturation: 0.29 and the lightness value of 7164aa is 0.53.

The process color (four color CMYK) of #7164aa color hex is 0.34, 0.41, 0.00, 0.33. Web safe color of #7164aa is #666699. Color #7164aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100100 10101010
Octal 161 144 252
Decimal 113 100 170
Hex 71 64 AA

RGB Percentages of Color #7164aa

%29.50
%26.11
%44.39

CMYK Percentages of Color #7164aa

%34
%41
%0
%33

Triadic Colors of #7164aa

#7164aa #aa7164 #64aa71

Analogous Colors of #7164aa

#7164aa #9464aa #647aaa

Monochromatic Colors of #7164aa

#7164aa

Complementary Color

#7164aa #9daa64

#7164aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7164aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7164aa Color CSS Codes

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

#7164aa Text Font Color

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

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


#7164aa Background Color

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

This div background color is #7164aa


#7164aa Border Color

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

This div border color is #7164aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7164aa


Comments

No comments written yet.

Please login to write comment.