Color Hex Logo

#746dac Color Hex

#746DAC
(116,109,172)
0 Favorites   0 Comments

Color spaces of #746dac

RGB 116109172
HSL0.690.280.55
HSV247°37°67°
CMYK 0.330.370.00   0.33
XYZ20.117517.628841.3721
Yxy17.62880.25430.2228
Hunter Lab41.986712.0499-29.0315
CIE-Lab49.042817.6197-32.7164

#746dac color RGB value is (116,109,172).

#746dac hex color red value is 116, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #746dac hue: 0.69 , saturation: 0.28 and the lightness value of 746dac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 10101100
Octal 164 155 254
Decimal 116 109 172
Hex 74 6D AC

RGB Percentages of Color #746dac

%29.22
%27.46
%43.32

CMYK Percentages of Color #746dac

%33
%37
%0
%33

Triadic Colors of #746dac

#746dac #ac746d #6dac74

Analogous Colors of #746dac

#746dac #946dac #6d86ac

Monochromatic Colors of #746dac

#746dac

Complementary Color

#746dac #a5ac6d

#746dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dac Color CSS Codes

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

#746dac Text Font Color

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

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


#746dac Background Color

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

This div background color is #746dac


#746dac Border Color

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

This div border color is #746dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dac


Comments

No comments written yet.

Please login to write comment.