Color Hex Logo

#740599 Color Hex

#740599
(116,5,153)
0 Favorites   0 Comments

Color spaces of #740599

RGB 1165153
HSL0.790.940.31
HSV285°97°60°
CMYK 0.240.970.00   0.40
XYZ13.00656.121530.6330
Yxy6.12150.26140.1230
Hunter Lab24.741750.5381-56.0886
CIE-Lab29.717060.6024-52.2285

#740599 color RGB value is (116,5,153).

#740599 hex color red value is 116, green value is 5 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #740599 hue: 0.79 , saturation: 0.94 and the lightness value of 740599 is 0.31.

The process color (four color CMYK) of #740599 color hex is 0.24, 0.97, 0.00, 0.40. Web safe color of #740599 is #660099. Color #740599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000101 10011001
Octal 164 5 231
Decimal 116 5 153
Hex 74 5 99

RGB Percentages of Color #740599

%42.34
%1.82
%55.84

CMYK Percentages of Color #740599

%24
%97
%0
%40

Triadic Colors of #740599

#740599 #997405 #059974

Analogous Colors of #740599

#740599 #990574 #2a0599

Monochromatic Colors of #740599

#740599

Complementary Color

#740599 #2a9905

#740599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740599 Color CSS Codes

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

#740599 Text Font Color

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

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


#740599 Background Color

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

This div background color is #740599


#740599 Border Color

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

This div border color is #740599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740599


Comments

No comments written yet.

Please login to write comment.