Color Hex Logo

#746098 Color Hex

#746098
(116,96,152)
0 Favorites   0 Comments

Color spaces of #746098

RGB 11696152
HSL0.730.230.49
HSV261°37°60°
CMYK 0.240.370.00   0.40
XYZ17.052814.345731.5760
Yxy14.34570.27080.2278
Hunter Lab37.875714.0836-22.9155
CIE-Lab44.724720.2600-27.6843

#746098 color RGB value is (116,96,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 10011000
Octal 164 140 230
Decimal 116 96 152
Hex 74 60 98

RGB Percentages of Color #746098

%31.87
%26.37
%41.76

CMYK Percentages of Color #746098

%24
%37
%0
%40

Triadic Colors of #746098

#746098 #987460 #609874

Analogous Colors of #746098

#746098 #906098 #606898

Monochromatic Colors of #746098

#746098

Complementary Color

#746098 #849860

#746098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746098 Color CSS Codes

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

#746098 Text Font Color

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

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


#746098 Background Color

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

This div background color is #746098


#746098 Border Color

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

This div border color is #746098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746098


Comments

No comments written yet.

Please login to write comment.