Color Hex Logo

#7114ac Color Hex

#7114AC
(113,20,172)
0 Favorites   0 Comments

Color spaces of #7114ac

RGB 11320172
HSL0.770.790.38
HSV277°88°67°
CMYK 0.340.880.00   0.33
XYZ14.50666.989639.6143
Yxy6.98960.23740.1144
Hunter Lab26.437951.6777-70.3332
CIE-Lab31.783261.2436-60.3929

#7114ac color RGB value is (113,20,172).

#7114ac hex color red value is 113, green value is 20 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7114ac hue: 0.77 , saturation: 0.79 and the lightness value of 7114ac is 0.38.

The process color (four color CMYK) of #7114ac color hex is 0.34, 0.88, 0.00, 0.33. Web safe color of #7114ac is #660099. Color #7114ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010100 10101100
Octal 161 24 254
Decimal 113 20 172
Hex 71 14 AC

RGB Percentages of Color #7114ac

%37.05
%6.56
%56.39

CMYK Percentages of Color #7114ac

%34
%88
%0
%33

Triadic Colors of #7114ac

#7114ac #ac7114 #14ac71

Analogous Colors of #7114ac

#7114ac #ac149b #2514ac

Monochromatic Colors of #7114ac

#7114ac

Complementary Color

#7114ac #4fac14

#7114ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7114ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7114ac Color CSS Codes

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

#7114ac Text Font Color

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

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


#7114ac Background Color

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

This div background color is #7114ac


#7114ac Border Color

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

This div border color is #7114ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7114ac


Comments

No comments written yet.

Please login to write comment.