Color Hex Logo

#720aaa Color Hex

#720AAA
(114,10,170)
0 Favorites   0 Comments

Color spaces of #720aaa

RGB 11410170
HSL0.780.890.35
HSV279°94°67°
CMYK 0.330.940.00   0.33
XYZ14.30376.696838.5689
Yxy6.69680.24010.1124
Hunter Lab25.878253.3759-70.2512
CIE-Lab31.106562.9090-60.2926

#720aaa color RGB value is (114,10,170).

#720aaa hex color red value is 114, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #720aaa hue: 0.78 , saturation: 0.89 and the lightness value of 720aaa is 0.35.

The process color (four color CMYK) of #720aaa color hex is 0.33, 0.94, 0.00, 0.33. Web safe color of #720aaa is #660099. Color #720aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001010 10101010
Octal 162 12 252
Decimal 114 10 170
Hex 72 A AA

RGB Percentages of Color #720aaa

%38.78
%3.40
%57.82

CMYK Percentages of Color #720aaa

%33
%94
%0
%33

Triadic Colors of #720aaa

#720aaa #aa720a #0aaa72

Analogous Colors of #720aaa

#720aaa #aa0a92 #220aaa

Monochromatic Colors of #720aaa

#720aaa

Complementary Color

#720aaa #42aa0a

#720aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#720aaa Color CSS Codes

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

#720aaa Text Font Color

<p style="color:#720aaa">Text here</p>

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


#720aaa Background Color

<div style="background-color:#720aaa">
Div content here</div>

This div background color is #720aaa


#720aaa Border Color

<div style="border:3px solid #720aaa">
Div here</div>

This div border color is #720aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,10,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #720aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #720aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #720aaa;
  box-shadow:         1px 1px 3px 2px #720aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,10,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 #720aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720aaa


Comments

No comments written yet.

Please login to write comment.