Color Hex Logo

#745476 Color Hex

#745476
(116,84,118)
0 Favorites   0 Comments

Color spaces of #745476

RGB 11684118
HSL0.820.170.40
HSV296°29°46°
CMYK 0.020.290.00   0.54
XYZ13.642811.361718.6135
Yxy11.36170.31280.2605
Hunter Lab33.707113.2596-9.1457
CIE-Lab40.183119.6246-14.1316

#745476 color RGB value is (116,84,118).

#745476 hex color red value is 116, green value is 84 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #745476 hue: 0.82 , saturation: 0.17 and the lightness value of 745476 is 0.40.

The process color (four color CMYK) of #745476 color hex is 0.02, 0.29, 0.00, 0.54. Web safe color of #745476 is #666666. Color #745476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 01110110
Octal 164 124 166
Decimal 116 84 118
Hex 74 54 76

RGB Percentages of Color #745476

%36.48
%26.42
%37.11

CMYK Percentages of Color #745476

%2
%29
%0
%54

Triadic Colors of #745476

#745476 #767454 #547674

Analogous Colors of #745476

#745476 #765467 #635476

Monochromatic Colors of #745476

#745476

Complementary Color

#745476 #567654

#745476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745476 Color CSS Codes

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

#745476 Text Font Color

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

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


#745476 Background Color

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

This div background color is #745476


#745476 Border Color

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

This div border color is #745476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745476


Comments

No comments written yet.

Please login to write comment.