Color Hex Logo

#720260 Color Hex

#720260
(114,2,96)
0 Favorites   0 Comments

Color spaces of #720260

RGB 114296
HSL0.860.970.23
HSV310°98°45°
CMYK 0.000.980.16   0.55
XYZ9.07254.465411.4501
Yxy4.46540.36310.1787
Hunter Lab21.131539.6563-17.3342
CIE-Lab25.153951.1193-23.4466

#720260 color RGB value is (114,2,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000010 01100000
Octal 162 2 140
Decimal 114 2 96
Hex 72 2 60

RGB Percentages of Color #720260

%53.77
%0.94
%45.28

CMYK Percentages of Color #720260

%0
%98
%16
%55

Triadic Colors of #720260

#720260 #607202 #026072

Analogous Colors of #720260

#720260 #720228 #4c0272

Monochromatic Colors of #720260

#720260

Complementary Color

#720260 #027214

#720260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720260 Color CSS Codes

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

#720260 Text Font Color

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

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


#720260 Background Color

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

This div background color is #720260


#720260 Border Color

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

This div border color is #720260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720260


Comments

No comments written yet.

Please login to write comment.