Color Hex Logo

#745468 Color Hex

#745468
(116,84,104)
0 Favorites   0 Comments

Color spaces of #745468

RGB 11684104
HSL0.900.160.39
HSV323°28°45°
CMYK 0.000.280.10   0.55
XYZ12.871511.053114.5518
Yxy11.05310.33450.2873
Hunter Lab33.246210.9267-2.6788
CIE-Lab39.669816.8078-6.2721

#745468 color RGB value is (116,84,104).

#745468 hex color red value is 116, green value is 84 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #745468 hue: 0.90 , saturation: 0.16 and the lightness value of 745468 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 01101000
Octal 164 124 150
Decimal 116 84 104
Hex 74 54 68

RGB Percentages of Color #745468

%38.16
%27.63
%34.21

CMYK Percentages of Color #745468

%0
%28
%10
%55

Triadic Colors of #745468

#745468 #687454 #546874

Analogous Colors of #745468

#745468 #745458 #705474

Monochromatic Colors of #745468

#745468

Complementary Color

#745468 #547460

#745468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745468 Color CSS Codes

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

#745468 Text Font Color

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

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


#745468 Background Color

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

This div background color is #745468


#745468 Border Color

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

This div border color is #745468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745468


Comments

No comments written yet.

Please login to write comment.