Color Hex Logo

#746bab Color Hex

#746BAB
(116,107,171)
0 Favorites   0 Comments

Color spaces of #746bab

RGB 116107171
HSL0.690.280.55
HSV248°37°67°
CMYK 0.320.370.00   0.33
XYZ19.810817.168740.7978
Yxy17.16870.25470.2207
Hunter Lab41.435112.8322-29.3734
CIE-Lab48.471918.5583-33.0273

#746bab color RGB value is (116,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101011 10101011
Octal 164 153 253
Decimal 116 107 171
Hex 74 6B AB

RGB Percentages of Color #746bab

%29.44
%27.16
%43.40

CMYK Percentages of Color #746bab

%32
%37
%0
%33

Triadic Colors of #746bab

#746bab #ab746b #6bab74

Analogous Colors of #746bab

#746bab #946bab #6b82ab

Monochromatic Colors of #746bab

#746bab

Complementary Color

#746bab #a2ab6b

#746bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#746bab Color CSS Codes

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

#746bab Text Font Color

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

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


#746bab Background Color

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

This div background color is #746bab


#746bab Border Color

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

This div border color is #746bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746bab

#746bab Color Palettes


Comments

No comments written yet.

Please login to write comment.