Color Hex Logo

#74437f Color Hex

#74437F
(116,67,127)
0 Favorites   0 Comments

Color spaces of #74437f

RGB 11667127
HSL0.800.310.38
HSV289°47°50°
CMYK 0.090.470.00   0.50
XYZ13.04049.259621.1787
Yxy9.25960.29990.2130
Hunter Lab30.429623.2432-19.9646
CIE-Lab36.479431.6776-25.3986

#74437f color RGB value is (116,67,127).

#74437f hex color red value is 116, green value is 67 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #74437f hue: 0.80 , saturation: 0.31 and the lightness value of 74437f is 0.38.

The process color (four color CMYK) of #74437f color hex is 0.09, 0.47, 0.00, 0.50. Web safe color of #74437f is #663366. Color #74437f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000011 01111111
Octal 164 103 177
Decimal 116 67 127
Hex 74 43 7F

RGB Percentages of Color #74437f

%37.42
%21.61
%40.97

CMYK Percentages of Color #74437f

%9
%47
%0
%50

Triadic Colors of #74437f

#74437f #7f7443 #437f74

Analogous Colors of #74437f

#74437f #7f436c #56437f

Monochromatic Colors of #74437f

#74437f

Complementary Color

#74437f #4e7f43

#74437f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74437f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74437f Color CSS Codes

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

#74437f Text Font Color

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

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


#74437f Background Color

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

This div background color is #74437f


#74437f Border Color

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

This div border color is #74437f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74437f


Comments

No comments written yet.

Please login to write comment.