Color Hex Logo

#740655 Color Hex

#740655
(116,6,85)
0 Favorites   0 Comments

Color spaces of #740655

RGB 116685
HSL0.880.900.24
HSV317°95°45°
CMYK 0.000.950.27   0.55
XYZ8.90734.49918.9933
Yxy4.49910.39770.2009
Hunter Lab21.211137.8392-10.2906
CIE-Lab25.257249.2787-15.9665

#740655 color RGB value is (116,6,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 01010101
Octal 164 6 125
Decimal 116 6 85
Hex 74 6 55

RGB Percentages of Color #740655

%56.04
%2.90
%41.06

CMYK Percentages of Color #740655

%0
%95
%27
%55

Triadic Colors of #740655

#740655 #557406 #065574

Analogous Colors of #740655

#740655 #74061e #5c0674

Monochromatic Colors of #740655

#740655

Complementary Color

#740655 #067425

#740655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740655 Color CSS Codes

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

#740655 Text Font Color

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

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


#740655 Background Color

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

This div background color is #740655


#740655 Border Color

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

This div border color is #740655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740655


Comments

No comments written yet.

Please login to write comment.