Color Hex Logo

#745587 Color Hex

#745587
(116,85,135)
0 Favorites   0 Comments

Color spaces of #745587

RGB 11685135
HSL0.770.230.43
HSV277°37°53°
CMYK 0.140.370.00   0.47
XYZ14.824111.959324.4487
Yxy11.95930.28940.2334
Hunter Lab34.582215.9974-17.7089
CIE-Lab41.151422.7990-23.0244

#745587 color RGB value is (116,85,135).

#745587 hex color red value is 116, green value is 85 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #745587 hue: 0.77 , saturation: 0.23 and the lightness value of 745587 is 0.43.

The process color (four color CMYK) of #745587 color hex is 0.14, 0.37, 0.00, 0.47. Web safe color of #745587 is #666699. Color #745587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010101 10000111
Octal 164 125 207
Decimal 116 85 135
Hex 74 55 87

RGB Percentages of Color #745587

%34.52
%25.30
%40.18

CMYK Percentages of Color #745587

%14
%37
%0
%47

Triadic Colors of #745587

#745587 #877455 #558774

Analogous Colors of #745587

#745587 #875581 #5b5587

Monochromatic Colors of #745587

#745587

Complementary Color

#745587 #688755

#745587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745587 Color CSS Codes

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

#745587 Text Font Color

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

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


#745587 Background Color

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

This div background color is #745587


#745587 Border Color

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

This div border color is #745587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745587


Comments

No comments written yet.

Please login to write comment.