Color Hex Logo

#74295c Color Hex

#74295C
(116,41,92)
0 Favorites   0 Comments

Color spaces of #74295c

RGB 1164192
HSL0.890.480.31
HSV319°65°45°
CMYK 0.000.650.21   0.55
XYZ9.92726.071610.7739
Yxy6.07160.37080.2268
Hunter Lab24.640628.7929-8.6756
CIE-Lab29.592438.9496-13.8979

#74295c color RGB value is (116,41,92).

#74295c hex color red value is 116, green value is 41 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #74295c hue: 0.89 , saturation: 0.48 and the lightness value of 74295c is 0.31.

The process color (four color CMYK) of #74295c color hex is 0.00, 0.65, 0.21, 0.55. Web safe color of #74295c is #663366. Color #74295c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 01011100
Octal 164 51 134
Decimal 116 41 92
Hex 74 29 5C

RGB Percentages of Color #74295c

%46.59
%16.47
%36.95

CMYK Percentages of Color #74295c

%0
%65
%21
%55

Triadic Colors of #74295c

#74295c #5c7429 #295c74

Analogous Colors of #74295c

#74295c #742937 #672974

Monochromatic Colors of #74295c

#74295c

Complementary Color

#74295c #297441

#74295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74295c Color CSS Codes

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

#74295c Text Font Color

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

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


#74295c Background Color

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

This div background color is #74295c


#74295c Border Color

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

This div border color is #74295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74295c


Comments

No comments written yet.

Please login to write comment.