Color Hex Logo

#746486 Color Hex

#746486
(116,100,134)
0 Favorites   0 Comments

Color spaces of #746486

RGB 116100134
HSL0.750.150.46
HSV268°25°53°
CMYK 0.130.250.00   0.47
XYZ16.062714.548624.5158
Yxy14.54860.29140.2639
Hunter Lab38.14268.4207-11.4082
CIE-Lab45.009613.4648-16.4834

#746486 color RGB value is (116,100,134).

#746486 hex color red value is 116, green value is 100 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #746486 hue: 0.75 , saturation: 0.15 and the lightness value of 746486 is 0.46.

The process color (four color CMYK) of #746486 color hex is 0.13, 0.25, 0.00, 0.47. Web safe color of #746486 is #666699. Color #746486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100100 10000110
Octal 164 144 206
Decimal 116 100 134
Hex 74 64 86

RGB Percentages of Color #746486

%33.14
%28.57
%38.29

CMYK Percentages of Color #746486

%13
%25
%0
%47

Triadic Colors of #746486

#746486 #867464 #648674

Analogous Colors of #746486

#746486 #856486 #646586

Monochromatic Colors of #746486

#746486

Complementary Color

#746486 #768664

#746486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746486 Color CSS Codes

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

#746486 Text Font Color

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

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


#746486 Background Color

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

This div background color is #746486


#746486 Border Color

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

This div border color is #746486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746486


Comments

No comments written yet.

Please login to write comment.