Color Hex Logo

#74426d Color Hex

#74426D
(116,66,109)
0 Favorites   0 Comments

Color spaces of #74426d

RGB 11666109
HSL0.860.270.36
HSV308°43°45°
CMYK 0.000.430.06   0.55
XYZ11.91108.713615.5221
Yxy8.71360.32950.2411
Hunter Lab29.518820.3678-10.5137
CIE-Lab35.426928.5434-15.8114

#74426d color RGB value is (116,66,109).

#74426d hex color red value is 116, green value is 66 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #74426d hue: 0.86 , saturation: 0.27 and the lightness value of 74426d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000010 01101101
Octal 164 102 155
Decimal 116 66 109
Hex 74 42 6D

RGB Percentages of Color #74426d

%39.86
%22.68
%37.46

CMYK Percentages of Color #74426d

%0
%43
%6
%55

Triadic Colors of #74426d

#74426d #6d7442 #426d74

Analogous Colors of #74426d

#74426d #744254 #624274

Monochromatic Colors of #74426d

#74426d

Complementary Color

#74426d #427449

#74426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74426d Color CSS Codes

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

#74426d Text Font Color

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

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


#74426d Background Color

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

This div background color is #74426d


#74426d Border Color

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

This div border color is #74426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74426d


Comments

No comments written yet.

Please login to write comment.