Color Hex Logo

#746194 Color Hex

#746194
(116,97,148)
0 Favorites   0 Comments

Color spaces of #746194

RGB 11697148
HSL0.730.210.48
HSV262°34°58°
CMYK 0.220.340.00   0.42
XYZ16.822414.400529.9099
Yxy14.40050.27520.2356
Hunter Lab37.948012.7203-20.1677
CIE-Lab44.801918.6513-25.1806

#746194 color RGB value is (116,97,148).

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

The process color (four color CMYK) of #746194 color hex is 0.22, 0.34, 0.00, 0.42. Web safe color of #746194 is #666699. Color #746194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 10010100
Octal 164 141 224
Decimal 116 97 148
Hex 74 61 94

RGB Percentages of Color #746194

%32.13
%26.87
%41.00

CMYK Percentages of Color #746194

%22
%34
%0
%42

Triadic Colors of #746194

#746194 #947461 #619474

Analogous Colors of #746194

#746194 #8e6194 #616894

Monochromatic Colors of #746194

#746194

Complementary Color

#746194 #819461

#746194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746194 Color CSS Codes

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

#746194 Text Font Color

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

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


#746194 Background Color

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

This div background color is #746194


#746194 Border Color

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

This div border color is #746194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746194


Comments

No comments written yet.

Please login to write comment.