Color Hex Logo

#720663 Color Hex

#720663
(114,6,99)
0 Favorites   0 Comments

Color spaces of #720663

RGB 114699
HSL0.860.900.24
HSV308°95°45°
CMYK 0.000.950.13   0.55
XYZ9.25674.608512.2060
Yxy4.60850.35510.1768
Hunter Lab21.467439.4008-18.6841
CIE-Lab25.588950.7805-24.7299

#720663 color RGB value is (114,6,99).

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

The process color (four color CMYK) of #720663 color hex is 0.00, 0.95, 0.13, 0.55. Web safe color of #720663 is #660066. Color #720663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000110 01100011
Octal 162 6 143
Decimal 114 6 99
Hex 72 6 63

RGB Percentages of Color #720663

%52.05
%2.74
%45.21

CMYK Percentages of Color #720663

%0
%95
%13
%55

Triadic Colors of #720663

#720663 #637206 #066372

Analogous Colors of #720663

#720663 #72062d #4b0672

Monochromatic Colors of #720663

#720663

Complementary Color

#720663 #067215

#720663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720663 Color CSS Codes

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

#720663 Text Font Color

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

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


#720663 Background Color

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

This div background color is #720663


#720663 Border Color

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

This div border color is #720663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720663


Comments

No comments written yet.

Please login to write comment.