Color Hex Logo

#74369f Color Hex

#74369F
(116,54,159)
0 Favorites   0 Comments

Color spaces of #74369f

RGB 11654159
HSL0.770.490.42
HSV275°66°62°
CMYK 0.270.660.00   0.38
XYZ14.77968.854533.7310
Yxy8.85450.25760.1544
Hunter Lab29.756536.5843-46.3796
CIE-Lab35.702646.0153-46.1851

#74369f color RGB value is (116,54,159).

#74369f hex color red value is 116, green value is 54 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #74369f hue: 0.77 , saturation: 0.49 and the lightness value of 74369f is 0.42.

The process color (four color CMYK) of #74369f color hex is 0.27, 0.66, 0.00, 0.38. Web safe color of #74369f is #663399. Color #74369f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 10011111
Octal 164 66 237
Decimal 116 54 159
Hex 74 36 9F

RGB Percentages of Color #74369f

%35.26
%16.41
%48.33

CMYK Percentages of Color #74369f

%27
%66
%0
%38

Triadic Colors of #74369f

#74369f #9f7436 #369f74

Analogous Colors of #74369f

#74369f #9f3696 #40369f

Monochromatic Colors of #74369f

#74369f

Complementary Color

#74369f #619f36

#74369f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74369f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74369f Color CSS Codes

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

#74369f Text Font Color

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

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


#74369f Background Color

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

This div background color is #74369f


#74369f Border Color

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

This div border color is #74369f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,54,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74369f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74369f;
  -webkit-box-shadow: 1px 1px 3px 2px #74369f;
  box-shadow:         1px 1px 3px 2px #74369f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74369f

#74369f Color Palettes


Comments

No comments written yet.

Please login to write comment.