Color Hex Logo

#74145e Color Hex

#74145E
(116,20,94)
0 Favorites   0 Comments

Color spaces of #74145e

RGB 1162094
HSL0.870.710.27
HSV314°83°45°
CMYK 0.000.830.19   0.55
XYZ9.47305.021511.0596
Yxy5.02150.37070.1965
Hunter Lab22.408736.2434-13.5759
CIE-Lab26.795947.3559-19.5300

#74145e color RGB value is (116,20,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010100 01011110
Octal 164 24 136
Decimal 116 20 94
Hex 74 14 5E

RGB Percentages of Color #74145e

%50.43
%8.70
%40.87

CMYK Percentages of Color #74145e

%0
%83
%19
%55

Triadic Colors of #74145e

#74145e #5e7414 #145e74

Analogous Colors of #74145e

#74145e #74142e #5a1474

Monochromatic Colors of #74145e

#74145e

Complementary Color

#74145e #14742a

#74145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74145e Color CSS Codes

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

#74145e Text Font Color

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

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


#74145e Background Color

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

This div background color is #74145e


#74145e Border Color

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

This div border color is #74145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74145e


Comments

No comments written yet.

Please login to write comment.