Color Hex Logo

#74195e Color Hex

#74195E
(116,25,94)
0 Favorites   0 Comments

Color spaces of #74195e

RGB 1162594
HSL0.870.650.28
HSV315°78°45°
CMYK 0.000.780.19   0.55
XYZ9.57055.216411.0921
Yxy5.21640.36980.2016
Hunter Lab22.839434.8285-12.8069
CIE-Lab27.342645.7922-18.6788

#74195e color RGB value is (116,25,94).

#74195e hex color red value is 116, green value is 25 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #74195e hue: 0.87 , saturation: 0.65 and the lightness value of 74195e is 0.28.

The process color (four color CMYK) of #74195e color hex is 0.00, 0.78, 0.19, 0.55. Web safe color of #74195e is #660066. Color #74195e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 01011110
Octal 164 31 136
Decimal 116 25 94
Hex 74 19 5E

RGB Percentages of Color #74195e

%49.36
%10.64
%40.00

CMYK Percentages of Color #74195e

%0
%78
%19
%55

Triadic Colors of #74195e

#74195e #5e7419 #195e74

Analogous Colors of #74195e

#74195e #741931 #5d1974

Monochromatic Colors of #74195e

#74195e

Complementary Color

#74195e #19742f

#74195e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74195e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74195e Color CSS Codes

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

#74195e Text Font Color

<p style="color:#74195e">Text here</p>

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


#74195e Background Color

<div style="background-color:#74195e">
Div content here</div>

This div background color is #74195e


#74195e Border Color

<div style="border:3px solid #74195e">
Div here</div>

This div border color is #74195e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,25,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74195e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74195e;
  -webkit-box-shadow: 1px 1px 3px 2px #74195e;
  box-shadow:         1px 1px 3px 2px #74195e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74195e


Comments

No comments written yet.

Please login to write comment.