Color Hex Logo

#7121ac Color Hex

#7121AC
(113,33,172)
0 Favorites   0 Comments

Color spaces of #7121ac

RGB 11333172
HSL0.760.680.40
HSV275°81°67°
CMYK 0.340.810.00   0.33
XYZ14.80037.577039.7122
Yxy7.57700.23840.1220
Hunter Lab27.526447.8043-66.2691
CIE-Lab33.085957.4196-58.2644

#7121ac color RGB value is (113,33,172).

#7121ac hex color red value is 113, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7121ac hue: 0.76 , saturation: 0.68 and the lightness value of 7121ac is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 10101100
Octal 161 41 254
Decimal 113 33 172
Hex 71 21 AC

RGB Percentages of Color #7121ac

%35.53
%10.38
%54.09

CMYK Percentages of Color #7121ac

%34
%81
%0
%33

Triadic Colors of #7121ac

#7121ac #ac7121 #21ac71

Analogous Colors of #7121ac

#7121ac #ac21a2 #2b21ac

Monochromatic Colors of #7121ac

#7121ac

Complementary Color

#7121ac #5cac21

#7121ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7121ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7121ac Color CSS Codes

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

#7121ac Text Font Color

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

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


#7121ac Background Color

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

This div background color is #7121ac


#7121ac Border Color

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

This div border color is #7121ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7121ac


Comments

No comments written yet.

Please login to write comment.