Color Hex Logo

#74119c Color Hex

#74119C
(116,17,156)
0 Favorites   0 Comments

Color spaces of #74119c

RGB 11617156
HSL0.790.800.34
HSV283°89°61°
CMYK 0.260.890.00   0.39
XYZ13.40376.514232.0034
Yxy6.51420.25820.1255
Hunter Lab25.522949.0765-56.4781
CIE-Lab30.674459.0722-52.5036

#74119c color RGB value is (116,17,156).

#74119c hex color red value is 116, green value is 17 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #74119c hue: 0.79 , saturation: 0.80 and the lightness value of 74119c is 0.34.

The process color (four color CMYK) of #74119c color hex is 0.26, 0.89, 0.00, 0.39. Web safe color of #74119c is #660099. Color #74119c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010001 10011100
Octal 164 21 234
Decimal 116 17 156
Hex 74 11 9C

RGB Percentages of Color #74119c

%40.14
%5.88
%53.98

CMYK Percentages of Color #74119c

%26
%89
%0
%39

Triadic Colors of #74119c

#74119c #9c7411 #119c74

Analogous Colors of #74119c

#74119c #9c117f #2e119c

Monochromatic Colors of #74119c

#74119c

Complementary Color

#74119c #399c11

#74119c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74119c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74119c Color CSS Codes

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

#74119c Text Font Color

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

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


#74119c Background Color

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

This div background color is #74119c


#74119c Border Color

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

This div border color is #74119c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74119c

#74119c Color Palettes


Comments

No comments written yet.

Please login to write comment.