Color Hex Logo

#74204c Color Hex

#74204C
(116,32,76)
0 Favorites   0 Comments

Color spaces of #74204c

RGB 1163276
HSL0.910.570.29
HSV329°72°45°
CMYK 0.000.720.34   0.55
XYZ9.02355.26787.3787
Yxy5.26780.41640.2431
Hunter Lab22.951730.0122-2.9949
CIE-Lab27.484540.6617-6.5666

#74204c color RGB value is (116,32,76).

#74204c hex color red value is 116, green value is 32 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #74204c hue: 0.91 , saturation: 0.57 and the lightness value of 74204c is 0.29.

The process color (four color CMYK) of #74204c color hex is 0.00, 0.72, 0.34, 0.55. Web safe color of #74204c is #663333. Color #74204c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 01001100
Octal 164 40 114
Decimal 116 32 76
Hex 74 20 4C

RGB Percentages of Color #74204c

%51.79
%14.29
%33.93

CMYK Percentages of Color #74204c

%0
%72
%34
%55

Triadic Colors of #74204c

#74204c #4c7420 #204c74

Analogous Colors of #74204c

#74204c #742022 #722074

Monochromatic Colors of #74204c

#74204c

Complementary Color

#74204c #207448

#74204c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74204c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74204c Color CSS Codes

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

#74204c Text Font Color

<p style="color:#74204c">Text here</p>

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


#74204c Background Color

<div style="background-color:#74204c">
Div content here</div>

This div background color is #74204c


#74204c Border Color

<div style="border:3px solid #74204c">
Div here</div>

This div border color is #74204c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,32,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74204c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74204c;
  -webkit-box-shadow: 1px 1px 3px 2px #74204c;
  box-shadow:         1px 1px 3px 2px #74204c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74204c


Comments

No comments written yet.

Please login to write comment.