Color Hex Logo

#720eaa Color Hex

#720EAA
(114,14,170)
0 Favorites   0 Comments

Color spaces of #720eaa

RGB 11414170
HSL0.770.850.36
HSV278°92°67°
CMYK 0.330.920.00   0.33
XYZ14.35226.793838.5851
Yxy6.79380.24030.1137
Hunter Lab26.064952.6744-69.5243
CIE-Lab31.332862.2336-59.9222

#720eaa color RGB value is (114,14,170).

#720eaa hex color red value is 114, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #720eaa hue: 0.77 , saturation: 0.85 and the lightness value of 720eaa is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001110 10101010
Octal 162 16 252
Decimal 114 14 170
Hex 72 E AA

RGB Percentages of Color #720eaa

%38.26
%4.70
%57.05

CMYK Percentages of Color #720eaa

%33
%92
%0
%33

Triadic Colors of #720eaa

#720eaa #aa720e #0eaa72

Analogous Colors of #720eaa

#720eaa #aa0e94 #240eaa

Monochromatic Colors of #720eaa

#720eaa

Complementary Color

#720eaa #46aa0e

#720eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#720eaa Color CSS Codes

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

#720eaa Text Font Color

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

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


#720eaa Background Color

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

This div background color is #720eaa


#720eaa Border Color

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

This div border color is #720eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720eaa


Comments

No comments written yet.

Please login to write comment.