Color Hex Logo

#7139aa Color Hex

#7139AA
(113,57,170)
0 Favorites   0 Comments

Color spaces of #7139aa

RGB 11357170
HSL0.750.500.45
HSV270°66°67°
CMYK 0.340.660.00   0.33
XYZ15.52899.339239.0144
Yxy9.33920.24310.1462
Hunter Lab30.560137.2233-54.3002
CIE-Lab36.629346.4900-51.3132

#7139aa color RGB value is (113,57,170).

#7139aa hex color red value is 113, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7139aa hue: 0.75 , saturation: 0.50 and the lightness value of 7139aa is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 10101010
Octal 161 71 252
Decimal 113 57 170
Hex 71 39 AA

RGB Percentages of Color #7139aa

%33.24
%16.76
%50.00

CMYK Percentages of Color #7139aa

%34
%66
%0
%33

Triadic Colors of #7139aa

#7139aa #aa7139 #39aa71

Analogous Colors of #7139aa

#7139aa #aa39aa #3939aa

Monochromatic Colors of #7139aa

#7139aa

Complementary Color

#7139aa #72aa39

#7139aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7139aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7139aa Color CSS Codes

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

#7139aa Text Font Color

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

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


#7139aa Background Color

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

This div background color is #7139aa


#7139aa Border Color

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

This div border color is #7139aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7139aa


Comments

No comments written yet.

Please login to write comment.