Color Hex Logo

#746da3 Color Hex

#746DA3
(116,109,163)
0 Favorites   0 Comments

Color spaces of #746da3

RGB 116109163
HSL0.690.230.53
HSV248°33°64°
CMYK 0.290.330.00   0.36
XYZ19.282017.294636.9723
Yxy17.29460.26220.2351
Hunter Lab41.58689.9859-23.6004
CIE-Lab48.629115.2191-28.1009

#746da3 color RGB value is (116,109,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 10100011
Octal 164 155 243
Decimal 116 109 163
Hex 74 6D A3

RGB Percentages of Color #746da3

%29.90
%28.09
%42.01

CMYK Percentages of Color #746da3

%29
%33
%0
%36

Triadic Colors of #746da3

#746da3 #a3746d #6da374

Analogous Colors of #746da3

#746da3 #8f6da3 #6d81a3

Monochromatic Colors of #746da3

#746da3

Complementary Color

#746da3 #9ca36d

#746da3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746da3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746da3 Color CSS Codes

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

#746da3 Text Font Color

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

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


#746da3 Background Color

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

This div background color is #746da3


#746da3 Border Color

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

This div border color is #746da3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746da3


Comments

No comments written yet.

Please login to write comment.