Color Hex Logo

#740161 Color Hex

#740161
(116,1,97)
0 Favorites   0 Comments

Color spaces of #740161

RGB 116197
HSL0.860.980.23
HSV310°99°45°
CMYK 0.000.990.16   0.55
XYZ9.37104.597811.7028
Yxy4.59780.36500.1791
Hunter Lab21.442540.4854-17.3493
CIE-Lab25.556751.8623-23.4416

#740161 color RGB value is (116,1,97).

#740161 hex color red value is 116, green value is 1 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #740161 hue: 0.86 , saturation: 0.98 and the lightness value of 740161 is 0.23.

The process color (four color CMYK) of #740161 color hex is 0.00, 0.99, 0.16, 0.55. Web safe color of #740161 is #660066. Color #740161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 01100001
Octal 164 1 141
Decimal 116 1 97
Hex 74 1 61

RGB Percentages of Color #740161

%54.21
%0.47
%45.33

CMYK Percentages of Color #740161

%0
%99
%16
%55

Triadic Colors of #740161

#740161 #617401 #016174

Analogous Colors of #740161

#740161 #740127 #4d0174

Monochromatic Colors of #740161

#740161

Complementary Color

#740161 #017414

#740161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740161 Color CSS Codes

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

#740161 Text Font Color

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

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


#740161 Background Color

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

This div background color is #740161


#740161 Border Color

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

This div border color is #740161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740161


Comments

No comments written yet.

Please login to write comment.