Color Hex Logo

#746991 Color Hex

#746991
(116,105,145)
0 Favorites   0 Comments

Color spaces of #746991

RGB 116105145
HSL0.710.160.49
HSV257°28°57°
CMYK 0.200.280.00   0.43
XYZ17.364915.860528.9342
Yxy15.86050.27940.2552
Hunter Lab39.82528.1367-15.1982
CIE-Lab46.790913.0638-20.3219

#746991 color RGB value is (116,105,145).

#746991 hex color red value is 116, green value is 105 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #746991 hue: 0.71 , saturation: 0.16 and the lightness value of 746991 is 0.49.

The process color (four color CMYK) of #746991 color hex is 0.20, 0.28, 0.00, 0.43. Web safe color of #746991 is #666699. Color #746991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 10010001
Octal 164 151 221
Decimal 116 105 145
Hex 74 69 91

RGB Percentages of Color #746991

%31.69
%28.69
%39.62

CMYK Percentages of Color #746991

%20
%28
%0
%43

Triadic Colors of #746991

#746991 #917469 #699174

Analogous Colors of #746991

#746991 #886991 #697291

Monochromatic Colors of #746991

#746991

Complementary Color

#746991 #869169

#746991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746991 Color CSS Codes

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

#746991 Text Font Color

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

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


#746991 Background Color

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

This div background color is #746991


#746991 Border Color

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

This div border color is #746991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746991


Comments

No comments written yet.

Please login to write comment.