Color Hex Logo

#744076 Color Hex

#744076
(116,64,118)
0 Favorites   0 Comments

Color spaces of #744076

RGB 11664118
HSL0.830.300.36
HSV298°46°46°
CMYK 0.020.460.00   0.54
XYZ12.30598.687818.1679
Yxy8.68780.31420.2218
Hunter Lab29.475122.9427-15.9127
CIE-Lab35.376131.4975-21.5266

#744076 color RGB value is (116,64,118).

#744076 hex color red value is 116, green value is 64 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #744076 hue: 0.83 , saturation: 0.30 and the lightness value of 744076 is 0.36.

The process color (four color CMYK) of #744076 color hex is 0.02, 0.46, 0.00, 0.54. Web safe color of #744076 is #663366. Color #744076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000000 01110110
Octal 164 100 166
Decimal 116 64 118
Hex 74 40 76

RGB Percentages of Color #744076

%38.93
%21.48
%39.60

CMYK Percentages of Color #744076

%2
%46
%0
%54

Triadic Colors of #744076

#744076 #767440 #407674

Analogous Colors of #744076

#744076 #76405d #594076

Monochromatic Colors of #744076

#744076

Complementary Color

#744076 #427640

#744076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744076 Color CSS Codes

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

#744076 Text Font Color

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

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


#744076 Background Color

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

This div background color is #744076


#744076 Border Color

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

This div border color is #744076


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,64,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 #744076">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744076


Comments

No comments written yet.

Please login to write comment.