Color Hex Logo

#740763 Color Hex

#740763
(116,7,99)
0 Favorites   0 Comments

Color spaces of #740763

RGB 116799
HSL0.860.890.24
HSV309°94°45°
CMYK 0.000.940.15   0.55
XYZ9.53064.765812.2220
Yxy4.76580.35940.1797
Hunter Lab21.830739.7237-17.9122
CIE-Lab26.056851.0106-23.9653

#740763 color RGB value is (116,7,99).

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

The process color (four color CMYK) of #740763 color hex is 0.00, 0.94, 0.15, 0.55. Web safe color of #740763 is #660066. Color #740763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000111 01100011
Octal 164 7 143
Decimal 116 7 99
Hex 74 7 63

RGB Percentages of Color #740763

%52.25
%3.15
%44.59

CMYK Percentages of Color #740763

%0
%94
%15
%55

Triadic Colors of #740763

#740763 #637407 #076374

Analogous Colors of #740763

#740763 #74072d #4f0774

Monochromatic Colors of #740763

#740763

Complementary Color

#740763 #077418

#740763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740763 Color CSS Codes

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

#740763 Text Font Color

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

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


#740763 Background Color

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

This div background color is #740763


#740763 Border Color

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

This div border color is #740763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740763


Comments

No comments written yet.

Please login to write comment.