Color Hex Logo

#720362 Color Hex

#720362
(114,3,98)
0 Favorites   0 Comments

Color spaces of #720362

RGB 114398
HSL0.860.950.23
HSV309°97°45°
CMYK 0.000.970.14   0.55
XYZ9.17664.524411.9449
Yxy4.52440.35780.1764
Hunter Lab21.270639.7850-18.4059
CIE-Lab25.334451.2121-24.4762

#720362 color RGB value is (114,3,98).

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

The process color (four color CMYK) of #720362 color hex is 0.00, 0.97, 0.14, 0.55. Web safe color of #720362 is #660066. Color #720362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000011 01100010
Octal 162 3 142
Decimal 114 3 98
Hex 72 3 62

RGB Percentages of Color #720362

%53.02
%1.40
%45.58

CMYK Percentages of Color #720362

%0
%97
%14
%55

Triadic Colors of #720362

#720362 #627203 #036272

Analogous Colors of #720362

#720362 #72032b #4b0372

Monochromatic Colors of #720362

#720362

Complementary Color

#720362 #037213

#720362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720362 Color CSS Codes

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

#720362 Text Font Color

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

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


#720362 Background Color

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

This div background color is #720362


#720362 Border Color

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

This div border color is #720362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720362


Comments

No comments written yet.

Please login to write comment.