Color Hex Logo

#746dad Color Hex

#746DAD
(116,109,173)
0 Favorites   0 Comments

Color spaces of #746dad

RGB 116109173
HSL0.680.280.55
HSV247°37°68°
CMYK 0.330.370.00   0.32
XYZ20.213917.667441.8799
Yxy17.66740.25340.2215
Hunter Lab42.032612.2854-29.6518
CIE-Lab49.090217.8904-33.2249

#746dad color RGB value is (116,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 10101101
Octal 164 155 255
Decimal 116 109 173
Hex 74 6D AD

RGB Percentages of Color #746dad

%29.15
%27.39
%43.47

CMYK Percentages of Color #746dad

%33
%37
%0
%32

Triadic Colors of #746dad

#746dad #ad746d #6dad74

Analogous Colors of #746dad

#746dad #946dad #6d86ad

Monochromatic Colors of #746dad

#746dad

Complementary Color

#746dad #a6ad6d

#746dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dad Color CSS Codes

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

#746dad Text Font Color

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

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


#746dad Background Color

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

This div background color is #746dad


#746dad Border Color

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

This div border color is #746dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dad


Comments

No comments written yet.

Please login to write comment.