Color Hex Logo

#740764 Color Hex

#740764
(116,7,100)
0 Favorites   0 Comments

Color spaces of #740764

RGB 1167100
HSL0.860.890.24
HSV309°94°45°
CMYK 0.000.940.14   0.55
XYZ9.57874.785112.4753
Yxy4.78510.35690.1783
Hunter Lab21.874939.8816-18.5008
CIE-Lab26.113551.1563-24.5295

#740764 color RGB value is (116,7,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000111 01100100
Octal 164 7 144
Decimal 116 7 100
Hex 74 7 64

RGB Percentages of Color #740764

%52.02
%3.14
%44.84

CMYK Percentages of Color #740764

%0
%94
%14
%55

Triadic Colors of #740764

#740764 #647407 #076474

Analogous Colors of #740764

#740764 #74072e #4d0774

Monochromatic Colors of #740764

#740764

Complementary Color

#740764 #077417

#740764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740764 Color CSS Codes

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

#740764 Text Font Color

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

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


#740764 Background Color

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

This div background color is #740764


#740764 Border Color

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

This div border color is #740764


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,7,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740764


Comments

No comments written yet.

Please login to write comment.