Color Hex Logo

#7134ac Color Hex

#7134AC
(113,52,172)
0 Favorites   0 Comments

Color spaces of #7134ac

RGB 11352172
HSL0.750.540.44
HSV271°70°67°
CMYK 0.340.700.00   0.33
XYZ15.48448.945339.9402
Yxy8.94530.24060.1390
Hunter Lab29.908740.0732-58.2400
CIE-Lab35.878849.4639-53.7221

#7134ac color RGB value is (113,52,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110100 10101100
Octal 161 64 254
Decimal 113 52 172
Hex 71 34 AC

RGB Percentages of Color #7134ac

%33.53
%15.43
%51.04

CMYK Percentages of Color #7134ac

%34
%70
%0
%33

Triadic Colors of #7134ac

#7134ac #ac7134 #34ac71

Analogous Colors of #7134ac

#7134ac #ac34ab #3534ac

Monochromatic Colors of #7134ac

#7134ac

Complementary Color

#7134ac #6fac34

#7134ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7134ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7134ac Color CSS Codes

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

#7134ac Text Font Color

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

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


#7134ac Background Color

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

This div background color is #7134ac


#7134ac Border Color

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

This div border color is #7134ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7134ac


Comments

No comments written yet.

Please login to write comment.