Color Hex Logo

#745574 Color Hex

#745574
(116,85,116)
0 Favorites   0 Comments

Color spaces of #745574

RGB 11685116
HSL0.830.150.39
HSV300°27°45°
CMYK 0.000.270.00   0.55
XYZ13.603311.471018.0201
Yxy11.47100.31570.2662
Hunter Lab33.868912.4233-7.8373
CIE-Lab40.362718.5977-12.6297

#745574 color RGB value is (116,85,116).

#745574 hex color red value is 116, green value is 85 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #745574 hue: 0.83 , saturation: 0.15 and the lightness value of 745574 is 0.39.

The process color (four color CMYK) of #745574 color hex is 0.00, 0.27, 0.00, 0.55. Web safe color of #745574 is #666666. Color #745574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010101 01110100
Octal 164 125 164
Decimal 116 85 116
Hex 74 55 74

RGB Percentages of Color #745574

%36.59
%26.81
%36.59

CMYK Percentages of Color #745574

%0
%27
%0
%55

Triadic Colors of #745574

#745574 #747455 #557474

Analogous Colors of #745574

#745574 #745565 #655574

Monochromatic Colors of #745574

#745574

Complementary Color

#745574 #557455

#745574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745574 Color CSS Codes

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

#745574 Text Font Color

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

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


#745574 Background Color

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

This div background color is #745574


#745574 Border Color

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

This div border color is #745574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745574


Comments

No comments written yet.

Please login to write comment.