Color Hex Logo

#74115e Color Hex

#74115E
(116,17,94)
0 Favorites   0 Comments

Color spaces of #74115e

RGB 1161794
HSL0.870.740.26
HSV313°85°45°
CMYK 0.000.850.19   0.55
XYZ9.42334.922111.0431
Yxy4.92210.37120.1939
Hunter Lab22.185836.9917-13.9818
CIE-Lab26.511748.1751-19.9737

#74115e color RGB value is (116,17,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010001 01011110
Octal 164 21 136
Decimal 116 17 94
Hex 74 11 5E

RGB Percentages of Color #74115e

%51.10
%7.49
%41.41

CMYK Percentages of Color #74115e

%0
%85
%19
%55

Triadic Colors of #74115e

#74115e #5e7411 #115e74

Analogous Colors of #74115e

#74115e #74112d #581174

Monochromatic Colors of #74115e

#74115e

Complementary Color

#74115e #117427

#74115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74115e Color CSS Codes

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

#74115e Text Font Color

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

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


#74115e Background Color

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

This div background color is #74115e


#74115e Border Color

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

This div border color is #74115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74115e


Comments

No comments written yet.

Please login to write comment.