Color Hex Logo

#7139ac Color Hex

#7139AC
(113,57,172)
0 Favorites   0 Comments

Color spaces of #7139ac

RGB 11357172
HSL0.750.500.45
HSV269°67°67°
CMYK 0.340.670.00   0.33
XYZ15.71969.415540.0186
Yxy9.41550.24130.1445
Hunter Lab30.684737.7464-55.8460
CIE-Lab36.772346.9882-52.2752

#7139ac color RGB value is (113,57,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 10101100
Octal 161 71 254
Decimal 113 57 172
Hex 71 39 AC

RGB Percentages of Color #7139ac

%33.04
%16.67
%50.29

CMYK Percentages of Color #7139ac

%34
%67
%0
%33

Triadic Colors of #7139ac

#7139ac #ac7139 #39ac71

Analogous Colors of #7139ac

#7139ac #ab39ac #393bac

Monochromatic Colors of #7139ac

#7139ac

Complementary Color

#7139ac #74ac39

#7139ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7139ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7139ac Color CSS Codes

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

#7139ac Text Font Color

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

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


#7139ac Background Color

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

This div background color is #7139ac


#7139ac Border Color

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

This div border color is #7139ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,57,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7139ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7139ac


Comments

No comments written yet.

Please login to write comment.