Color Hex Logo

#74315b Color Hex

#74315B
(116,49,91)
0 Favorites   0 Comments

Color spaces of #74315b

RGB 1164991
HSL0.900.410.32
HSV322°58°45°
CMYK 0.000.580.22   0.55
XYZ10.18916.665010.6470
Yxy6.66500.37050.2424
Hunter Lab25.816725.2697-6.3800
CIE-Lab31.031834.7981-11.0516

#74315b color RGB value is (116,49,91).

#74315b hex color red value is 116, green value is 49 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #74315b hue: 0.90 , saturation: 0.41 and the lightness value of 74315b is 0.32.

The process color (four color CMYK) of #74315b color hex is 0.00, 0.58, 0.22, 0.55. Web safe color of #74315b is #663366. Color #74315b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110001 01011011
Octal 164 61 133
Decimal 116 49 91
Hex 74 31 5B

RGB Percentages of Color #74315b

%45.31
%19.14
%35.55

CMYK Percentages of Color #74315b

%0
%58
%22
%55

Triadic Colors of #74315b

#74315b #5b7431 #315b74

Analogous Colors of #74315b

#74315b #74313a #6c3174

Monochromatic Colors of #74315b

#74315b

Complementary Color

#74315b #31744a

#74315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74315b Color CSS Codes

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

#74315b Text Font Color

<p style="color:#74315b">Text here</p>

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


#74315b Background Color

<div style="background-color:#74315b">
Div content here</div>

This div background color is #74315b


#74315b Border Color

<div style="border:3px solid #74315b">
Div here</div>

This div border color is #74315b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,49,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74315b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74315b;
  -webkit-box-shadow: 1px 1px 3px 2px #74315b;
  box-shadow:         1px 1px 3px 2px #74315b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74315b


Comments

No comments written yet.

Please login to write comment.