Color Hex Logo

#720eaf Color Hex

#720EAF
(114,14,175)
0 Favorites   0 Comments

Color spaces of #720eaf

RGB 11414175
HSL0.770.850.37
HSV277°92°69°
CMYK 0.350.920.00   0.31
XYZ14.83436.986641.1241
Yxy6.98660.23570.1110
Hunter Lab26.432253.9217-73.7429
CIE-Lab31.776463.2701-62.1960

#720eaf color RGB value is (114,14,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001110 10101111
Octal 162 16 257
Decimal 114 14 175
Hex 72 E AF

RGB Percentages of Color #720eaf

%37.62
%4.62
%57.76

CMYK Percentages of Color #720eaf

%35
%92
%0
%31

Triadic Colors of #720eaf

#720eaf #af720e #0eaf72

Analogous Colors of #720eaf

#720eaf #af0e9c #220eaf

Monochromatic Colors of #720eaf

#720eaf

Complementary Color

#720eaf #4baf0e

#720eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#720eaf Color CSS Codes

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

#720eaf Text Font Color

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

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


#720eaf Background Color

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

This div background color is #720eaf


#720eaf Border Color

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

This div border color is #720eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720eaf


Comments

No comments written yet.

Please login to write comment.