Color Hex Logo

#721faa Color Hex

#721FAA
(114,31,170)
0 Favorites   0 Comments

Color spaces of #721faa

RGB 11431170
HSL0.770.690.39
HSV276°82°67°
CMYK 0.330.820.00   0.33
XYZ14.68517.459738.6961
Yxy7.45970.24140.1226
Hunter Lab27.312548.1774-64.8830
CIE-Lab32.831357.8174-57.4741

#721faa color RGB value is (114,31,170).

#721faa hex color red value is 114, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #721faa hue: 0.77 , saturation: 0.69 and the lightness value of 721faa is 0.39.

The process color (four color CMYK) of #721faa color hex is 0.33, 0.82, 0.00, 0.33. Web safe color of #721faa is #663399. Color #721faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 10101010
Octal 162 37 252
Decimal 114 31 170
Hex 72 1F AA

RGB Percentages of Color #721faa

%36.19
%9.84
%53.97

CMYK Percentages of Color #721faa

%33
%82
%0
%33

Triadic Colors of #721faa

#721faa #aa721f #1faa72

Analogous Colors of #721faa

#721faa #aa1f9d #2d1faa

Monochromatic Colors of #721faa

#721faa

Complementary Color

#721faa #57aa1f

#721faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#721faa Color CSS Codes

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

#721faa Text Font Color

<p style="color:#721faa">Text here</p>

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


#721faa Background Color

<div style="background-color:#721faa">
Div content here</div>

This div background color is #721faa


#721faa Border Color

<div style="border:3px solid #721faa">
Div here</div>

This div border color is #721faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721faa


Comments

No comments written yet.

Please login to write comment.