Color Hex Logo

#746eae Color Hex

#746EAE
(116,110,174)
0 Favorites   0 Comments

Color spaces of #746eae

RGB 116110174
HSL0.680.280.56
HSV246°37°68°
CMYK 0.330.370.00   0.32
XYZ20.418417.920942.4273
Yxy17.92090.25280.2219
Hunter Lab42.333112.0125-29.7888
CIE-Lab49.400017.5580-33.3217

#746eae color RGB value is (116,110,174).

#746eae hex color red value is 116, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #746eae hue: 0.68 , saturation: 0.28 and the lightness value of 746eae is 0.56.

The process color (four color CMYK) of #746eae color hex is 0.33, 0.37, 0.00, 0.32. Web safe color of #746eae is #666699. Color #746eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101110 10101110
Octal 164 156 256
Decimal 116 110 174
Hex 74 6E AE

RGB Percentages of Color #746eae

%29.00
%27.50
%43.50

CMYK Percentages of Color #746eae

%33
%37
%0
%32

Triadic Colors of #746eae

#746eae #ae746e #6eae74

Analogous Colors of #746eae

#746eae #946eae #6e88ae

Monochromatic Colors of #746eae

#746eae

Complementary Color

#746eae #a8ae6e

#746eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#746eae Color CSS Codes

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

#746eae Text Font Color

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

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


#746eae Background Color

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

This div background color is #746eae


#746eae Border Color

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

This div border color is #746eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,110,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746eae;
  -webkit-box-shadow: 1px 1px 3px 2px #746eae;
  box-shadow:         1px 1px 3px 2px #746eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746eae


Comments

No comments written yet.

Please login to write comment.