Color Hex Logo

#74397e Color Hex

#74397E
(116,57,126)
0 Favorites   0 Comments

Color spaces of #74397e

RGB 11657126
HSL0.810.380.36
HSV291°55°49°
CMYK 0.080.550.00   0.51
XYZ12.43158.145620.6557
Yxy8.14560.30150.1976
Hunter Lab28.540527.8041-22.9318
CIE-Lab34.284337.0613-28.2214

#74397e color RGB value is (116,57,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 01111110
Octal 164 71 176
Decimal 116 57 126
Hex 74 39 7E

RGB Percentages of Color #74397e

%38.80
%19.06
%42.14

CMYK Percentages of Color #74397e

%8
%55
%0
%51

Triadic Colors of #74397e

#74397e #7e7439 #397e74

Analogous Colors of #74397e

#74397e #7e3966 #52397e

Monochromatic Colors of #74397e

#74397e

Complementary Color

#74397e #437e39

#74397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74397e Color CSS Codes

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

#74397e Text Font Color

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

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


#74397e Background Color

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

This div background color is #74397e


#74397e Border Color

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

This div border color is #74397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74397e


Comments

No comments written yet.

Please login to write comment.