Color Hex Logo

#721faf Color Hex

#721FAF
(114,31,175)
0 Favorites   0 Comments

Color spaces of #721faf

RGB 11431175
HSL0.760.700.40
HSV275°82°69°
CMYK 0.350.820.00   0.31
XYZ15.16737.652541.2351
Yxy7.65250.23680.1195
Hunter Lab27.663249.4584-69.0143
CIE-Lab33.248458.9245-59.7879

#721faf color RGB value is (114,31,175).

#721faf hex color red value is 114, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #721faf hue: 0.76 , saturation: 0.70 and the lightness value of 721faf is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00011111 10101111
Octal 162 37 257
Decimal 114 31 175
Hex 72 1F AF

RGB Percentages of Color #721faf

%35.63
%9.69
%54.69

CMYK Percentages of Color #721faf

%35
%82
%0
%31

Triadic Colors of #721faf

#721faf #af721f #1faf72

Analogous Colors of #721faf

#721faf #af1fa4 #2a1faf

Monochromatic Colors of #721faf

#721faf

Complementary Color

#721faf #5caf1f

#721faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#721faf Color CSS Codes

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

#721faf Text Font Color

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

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


#721faf Background Color

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

This div background color is #721faf


#721faf Border Color

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

This div border color is #721faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,31,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #721faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721faf


Comments

No comments written yet.

Please login to write comment.