Color Hex Logo

#720960 Color Hex

#720960
(114,9,96)
0 Favorites   0 Comments

Color spaces of #720960

RGB 114996
HSL0.860.850.24
HSV310°92°45°
CMYK 0.000.920.16   0.55
XYZ9.14844.617311.4754
Yxy4.61730.36240.1829
Hunter Lab21.487938.3919-16.6217
CIE-Lab25.615449.7658-22.7205

#720960 color RGB value is (114,9,96).

#720960 hex color red value is 114, green value is 9 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #720960 hue: 0.86 , saturation: 0.85 and the lightness value of 720960 is 0.24.

The process color (four color CMYK) of #720960 color hex is 0.00, 0.92, 0.16, 0.55. Web safe color of #720960 is #660066. Color #720960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001001 01100000
Octal 162 11 140
Decimal 114 9 96
Hex 72 9 60

RGB Percentages of Color #720960

%52.05
%4.11
%43.84

CMYK Percentages of Color #720960

%0
%92
%16
%55

Triadic Colors of #720960

#720960 #607209 #096072

Analogous Colors of #720960

#720960 #72092b #500972

Monochromatic Colors of #720960

#720960

Complementary Color

#720960 #09721b

#720960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720960 Color CSS Codes

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

#720960 Text Font Color

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

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


#720960 Background Color

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

This div background color is #720960


#720960 Border Color

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

This div border color is #720960


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,9,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #720960; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #720960;
  -webkit-box-shadow: 1px 1px 3px 2px #720960;
  box-shadow:         1px 1px 3px 2px #720960; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720960


Comments

No comments written yet.

Please login to write comment.