Color Hex Logo

#746886 Color Hex

#746886
(116,104,134)
0 Favorites   0 Comments

Color spaces of #746886

RGB 116104134
HSL0.730.130.47
HSV264°22°53°
CMYK 0.130.220.00   0.47
XYZ16.455815.334924.6469
Yxy15.33490.29160.2717
Hunter Lab39.15986.4799-9.9048
CIE-Lab46.089511.0470-14.8380

#746886 color RGB value is (116,104,134).

#746886 hex color red value is 116, green value is 104 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #746886 hue: 0.73 , saturation: 0.13 and the lightness value of 746886 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 10000110
Octal 164 150 206
Decimal 116 104 134
Hex 74 68 86

RGB Percentages of Color #746886

%32.77
%29.38
%37.85

CMYK Percentages of Color #746886

%13
%22
%0
%47

Triadic Colors of #746886

#746886 #867468 #688674

Analogous Colors of #746886

#746886 #836886 #686b86

Monochromatic Colors of #746886

#746886

Complementary Color

#746886 #7a8668

#746886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746886 Color CSS Codes

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

#746886 Text Font Color

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

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


#746886 Background Color

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

This div background color is #746886


#746886 Border Color

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

This div border color is #746886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,104,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 #746886">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746886


Comments

No comments written yet.

Please login to write comment.