Color Hex Logo

#745979 Color Hex

#745979
(116,89,121)
0 Favorites   0 Comments

Color spaces of #745979

RGB 11689121
HSL0.810.150.41
HSV291°26°47°
CMYK 0.040.260.00   0.53
XYZ14.226012.238219.7016
Yxy12.23820.30820.2651
Hunter Lab34.983111.3671-8.9024
CIE-Lab41.592217.2293-13.8242

#745979 color RGB value is (116,89,121).

#745979 hex color red value is 116, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #745979 hue: 0.81 , saturation: 0.15 and the lightness value of 745979 is 0.41.

The process color (four color CMYK) of #745979 color hex is 0.04, 0.26, 0.00, 0.53. Web safe color of #745979 is #666666. Color #745979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011001 01111001
Octal 164 131 171
Decimal 116 89 121
Hex 74 59 79

RGB Percentages of Color #745979

%35.58
%27.30
%37.12

CMYK Percentages of Color #745979

%4
%26
%0
%53

Triadic Colors of #745979

#745979 #797459 #597974

Analogous Colors of #745979

#745979 #79596e #645979

Monochromatic Colors of #745979

#745979

Complementary Color

#745979 #5e7959

#745979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745979 Color CSS Codes

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

#745979 Text Font Color

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

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


#745979 Background Color

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

This div background color is #745979


#745979 Border Color

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

This div border color is #745979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745979


Comments

No comments written yet.

Please login to write comment.