Color Hex Logo

#747590 Color Hex

#747590
(116,117,144)
0 Favorites   0 Comments

Color spaces of #747590

RGB 116117144
HSL0.660.110.51
HSV238°19°56°
CMYK 0.190.190.00   0.44
XYZ18.597818.449228.9664
Yxy18.44920.28170.2795
Hunter Lab42.95252.1209-9.9173
CIE-Lab50.03655.6360-14.7738

#747590 color RGB value is (116,117,144).

#747590 hex color red value is 116, green value is 117 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #747590 hue: 0.66 , saturation: 0.11 and the lightness value of 747590 is 0.51.

The process color (four color CMYK) of #747590 color hex is 0.19, 0.19, 0.00, 0.44. Web safe color of #747590 is #666699. Color #747590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110101 10010000
Octal 164 165 220
Decimal 116 117 144
Hex 74 75 90

RGB Percentages of Color #747590

%30.77
%31.03
%38.20

CMYK Percentages of Color #747590

%19
%19
%0
%44

Triadic Colors of #747590

#747590 #907475 #759074

Analogous Colors of #747590

#747590 #817490 #748390

Monochromatic Colors of #747590

#747590

Complementary Color

#747590 #908f74

#747590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747590 Color CSS Codes

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

#747590 Text Font Color

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

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


#747590 Background Color

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

This div background color is #747590


#747590 Border Color

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

This div border color is #747590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747590


Comments

No comments written yet.

Please login to write comment.