Color Hex Logo

#74347e Color Hex

#74347E
(116,52,126)
0 Favorites   0 Comments

Color spaces of #74347e

RGB 11652126
HSL0.810.420.35
HSV292°59°49°
CMYK 0.080.590.00   0.51
XYZ12.19637.675320.5773
Yxy7.67530.30150.1898
Hunter Lab27.704330.0986-24.6444
CIE-Lab33.297339.7048-29.7776

#74347e color RGB value is (116,52,126).

#74347e hex color red value is 116, green value is 52 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #74347e hue: 0.81 , saturation: 0.42 and the lightness value of 74347e is 0.35.

The process color (four color CMYK) of #74347e color hex is 0.08, 0.59, 0.00, 0.51. Web safe color of #74347e is #663366. Color #74347e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 01111110
Octal 164 64 176
Decimal 116 52 126
Hex 74 34 7E

RGB Percentages of Color #74347e

%39.46
%17.69
%42.86

CMYK Percentages of Color #74347e

%8
%59
%0
%51

Triadic Colors of #74347e

#74347e #7e7434 #347e74

Analogous Colors of #74347e

#74347e #7e3463 #4f347e

Monochromatic Colors of #74347e

#74347e

Complementary Color

#74347e #3e7e34

#74347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74347e Color CSS Codes

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

#74347e Text Font Color

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

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


#74347e Background Color

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

This div background color is #74347e


#74347e Border Color

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

This div border color is #74347e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74347e


Comments

No comments written yet.

Please login to write comment.