Color Hex Logo

#746099 Color Hex

#746099
(116,96,153)
0 Favorites   0 Comments

Color spaces of #746099

RGB 11696153
HSL0.730.230.49
HSV261°37°60°
CMYK 0.240.370.00   0.40
XYZ17.135114.378732.0092
Yxy14.37870.26970.2264
Hunter Lab37.919314.3026-23.5056
CIE-Lab44.771220.5124-28.2067

#746099 color RGB value is (116,96,153).

#746099 hex color red value is 116, green value is 96 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #746099 hue: 0.73 , saturation: 0.23 and the lightness value of 746099 is 0.49.

The process color (four color CMYK) of #746099 color hex is 0.24, 0.37, 0.00, 0.40. Web safe color of #746099 is #666699. Color #746099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 10011001
Octal 164 140 231
Decimal 116 96 153
Hex 74 60 99

RGB Percentages of Color #746099

%31.78
%26.30
%41.92

CMYK Percentages of Color #746099

%24
%37
%0
%40

Triadic Colors of #746099

#746099 #997460 #609974

Analogous Colors of #746099

#746099 #916099 #606999

Monochromatic Colors of #746099

#746099

Complementary Color

#746099 #859960

#746099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746099 Color CSS Codes

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

#746099 Text Font Color

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

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


#746099 Background Color

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

This div background color is #746099


#746099 Border Color

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

This div border color is #746099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746099


Comments

No comments written yet.

Please login to write comment.