Color Hex Logo

#7146aa Color Hex

#7146AA
(113,70,170)
0 Favorites   0 Comments

Color spaces of #7146aa

RGB 11370170
HSL0.740.420.47
HSV266°59°67°
CMYK 0.340.590.00   0.33
XYZ16.255910.793339.2567
Yxy10.79330.24520.1628
Hunter Lab32.853230.8296-47.8492
CIE-Lab39.230139.4803-47.1225

#7146aa color RGB value is (113,70,170).

#7146aa hex color red value is 113, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7146aa hue: 0.74 , saturation: 0.42 and the lightness value of 7146aa is 0.47.

The process color (four color CMYK) of #7146aa color hex is 0.34, 0.59, 0.00, 0.33. Web safe color of #7146aa is #663399. Color #7146aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000110 10101010
Octal 161 106 252
Decimal 113 70 170
Hex 71 46 AA

RGB Percentages of Color #7146aa

%32.01
%19.83
%48.16

CMYK Percentages of Color #7146aa

%34
%59
%0
%33

Triadic Colors of #7146aa

#7146aa #aa7146 #46aa71

Analogous Colors of #7146aa

#7146aa #a346aa #464daa

Monochromatic Colors of #7146aa

#7146aa

Complementary Color

#7146aa #7faa46

#7146aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7146aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7146aa Color CSS Codes

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

#7146aa Text Font Color

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

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


#7146aa Background Color

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

This div background color is #7146aa


#7146aa Border Color

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

This div border color is #7146aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7146aa


Comments

No comments written yet.

Please login to write comment.