Color Hex Logo

#740661 Color Hex

#740661
(116,6,97)
0 Favorites   0 Comments

Color spaces of #740661

RGB 116697
HSL0.860.900.24
HSV310°95°45°
CMYK 0.000.950.16   0.55
XYZ9.42534.706311.7209
Yxy4.70630.36460.1820
Hunter Lab21.694039.5876-16.8476
CIE-Lab25.881150.9095-22.9313

#740661 color RGB value is (116,6,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 01100001
Octal 164 6 141
Decimal 116 6 97
Hex 74 6 61

RGB Percentages of Color #740661

%52.97
%2.74
%44.29

CMYK Percentages of Color #740661

%0
%95
%16
%55

Triadic Colors of #740661

#740661 #617406 #066174

Analogous Colors of #740661

#740661 #74062a #500674

Monochromatic Colors of #740661

#740661

Complementary Color

#740661 #067419

#740661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740661 Color CSS Codes

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

#740661 Text Font Color

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

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


#740661 Background Color

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

This div background color is #740661


#740661 Border Color

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

This div border color is #740661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740661


Comments

No comments written yet.

Please login to write comment.