Color Hex Logo

#74165c Color Hex

#74165C
(116,22,92)
0 Favorites   0 Comments

Color spaces of #74165c

RGB 1162292
HSL0.880.680.27
HSV315°81°45°
CMYK 0.000.810.21   0.55
XYZ9.42115.059510.6053
Yxy5.05950.37560.2017
Hunter Lab22.493335.3996-12.2091
CIE-Lab26.903646.4676-18.0487

#74165c color RGB value is (116,22,92).

#74165c hex color red value is 116, green value is 22 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #74165c hue: 0.88 , saturation: 0.68 and the lightness value of 74165c is 0.27.

The process color (four color CMYK) of #74165c color hex is 0.00, 0.81, 0.21, 0.55. Web safe color of #74165c is #660066. Color #74165c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010110 01011100
Octal 164 26 134
Decimal 116 22 92
Hex 74 16 5C

RGB Percentages of Color #74165c

%50.43
%9.57
%40.00

CMYK Percentages of Color #74165c

%0
%81
%21
%55

Triadic Colors of #74165c

#74165c #5c7416 #165c74

Analogous Colors of #74165c

#74165c #74162d #5d1674

Monochromatic Colors of #74165c

#74165c

Complementary Color

#74165c #16742e

#74165c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74165c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74165c Color CSS Codes

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

#74165c Text Font Color

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

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


#74165c Background Color

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

This div background color is #74165c


#74165c Border Color

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

This div border color is #74165c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74165c


Comments

No comments written yet.

Please login to write comment.