Color Hex Logo

#746196 Color Hex

#746196
(116,97,150)
0 Favorites   0 Comments

Color spaces of #746196

RGB 11697150
HSL0.730.210.48
HSV262°35°59°
CMYK 0.230.350.00   0.41
XYZ16.982214.464430.7510
Yxy14.46440.27300.2326
Hunter Lab38.032113.1482-21.3167
CIE-Lab44.891719.1504-26.2332

#746196 color RGB value is (116,97,150).

#746196 hex color red value is 116, green value is 97 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #746196 hue: 0.73 , saturation: 0.21 and the lightness value of 746196 is 0.48.

The process color (four color CMYK) of #746196 color hex is 0.23, 0.35, 0.00, 0.41. Web safe color of #746196 is #666699. Color #746196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 10010110
Octal 164 141 226
Decimal 116 97 150
Hex 74 61 96

RGB Percentages of Color #746196

%31.96
%26.72
%41.32

CMYK Percentages of Color #746196

%23
%35
%0
%41

Triadic Colors of #746196

#746196 #967461 #619674

Analogous Colors of #746196

#746196 #8f6196 #616996

Monochromatic Colors of #746196

#746196

Complementary Color

#746196 #839661

#746196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746196 Color CSS Codes

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

#746196 Text Font Color

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

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


#746196 Background Color

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

This div background color is #746196


#746196 Border Color

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

This div border color is #746196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746196


Comments

No comments written yet.

Please login to write comment.