Color Hex Logo

#720faf Color Hex

#720FAF
(114,15,175)
0 Favorites   0 Comments

Color spaces of #720faf

RGB 11415175
HSL0.770.840.37
HSV277°91°69°
CMYK 0.350.910.00   0.31
XYZ14.84817.014241.1287
Yxy7.01420.23570.1114
Hunter Lab26.484353.7261-73.5350
CIE-Lab31.839263.0827-62.0931

#720faf color RGB value is (114,15,175).

#720faf hex color red value is 114, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #720faf hue: 0.77 , saturation: 0.84 and the lightness value of 720faf is 0.37.

The process color (four color CMYK) of #720faf color hex is 0.35, 0.91, 0.00, 0.31. Web safe color of #720faf is #660099. Color #720faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001111 10101111
Octal 162 17 257
Decimal 114 15 175
Hex 72 F AF

RGB Percentages of Color #720faf

%37.50
%4.93
%57.57

CMYK Percentages of Color #720faf

%35
%91
%0
%31

Triadic Colors of #720faf

#720faf #af720f #0faf72

Analogous Colors of #720faf

#720faf #af0f9c #220faf

Monochromatic Colors of #720faf

#720faf

Complementary Color

#720faf #4caf0f

#720faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#720faf Color CSS Codes

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

#720faf Text Font Color

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

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


#720faf Background Color

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

This div background color is #720faf


#720faf Border Color

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

This div border color is #720faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720faf


Comments

No comments written yet.

Please login to write comment.