Color Hex Logo

#74396d Color Hex

#74396D
(116,57,109)
0 Favorites   0 Comments

Color spaces of #74396d

RGB 11657109
HSL0.850.340.34
HSV307°51°45°
CMYK 0.000.510.06   0.55
XYZ11.42597.743415.3604
Yxy7.74340.33090.2243
Hunter Lab27.827024.5959-13.2490
CIE-Lab33.442733.6522-18.8684

#74396d color RGB value is (116,57,109).

#74396d hex color red value is 116, green value is 57 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #74396d hue: 0.85 , saturation: 0.34 and the lightness value of 74396d is 0.34.

The process color (four color CMYK) of #74396d color hex is 0.00, 0.51, 0.06, 0.55. Web safe color of #74396d is #663366. Color #74396d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 01101101
Octal 164 71 155
Decimal 116 57 109
Hex 74 39 6D

RGB Percentages of Color #74396d

%41.13
%20.21
%38.65

CMYK Percentages of Color #74396d

%0
%51
%6
%55

Triadic Colors of #74396d

#74396d #6d7439 #396d74

Analogous Colors of #74396d

#74396d #743950 #5e3974

Monochromatic Colors of #74396d

#74396d

Complementary Color

#74396d #397440

#74396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74396d Color CSS Codes

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

#74396d Text Font Color

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

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


#74396d Background Color

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

This div background color is #74396d


#74396d Border Color

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

This div border color is #74396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74396d


Comments

No comments written yet.

Please login to write comment.