Color Hex Logo

#740663 Color Hex

#740663
(116,6,99)
0 Favorites   0 Comments

Color spaces of #740663

RGB 116699
HSL0.860.900.24
HSV309°95°45°
CMYK 0.000.950.15   0.55
XYZ9.51974.744112.2183
Yxy4.74410.35950.1791
Hunter Lab21.781039.8995-18.0128
CIE-Lab25.992951.1976-24.0658

#740663 color RGB value is (116,6,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 01100011
Octal 164 6 143
Decimal 116 6 99
Hex 74 6 63

RGB Percentages of Color #740663

%52.49
%2.71
%44.80

CMYK Percentages of Color #740663

%0
%95
%15
%55

Triadic Colors of #740663

#740663 #637406 #066374

Analogous Colors of #740663

#740663 #74062c #4e0674

Monochromatic Colors of #740663

#740663

Complementary Color

#740663 #067417

#740663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740663 Color CSS Codes

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

#740663 Text Font Color

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

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


#740663 Background Color

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

This div background color is #740663


#740663 Border Color

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

This div border color is #740663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740663


Comments

No comments written yet.

Please login to write comment.