Color Hex Logo

#740b6d Color Hex

#740B6D
(116,11,109)
0 Favorites   0 Comments

Color spaces of #740b6d

RGB 11611109
HSL0.840.830.25
HSV304°91°45°
CMYK 0.000.910.06   0.55
XYZ10.08245.056514.9126
Yxy5.05650.33550.1683
Hunter Lab22.486740.6828-23.5790
CIE-Lab26.895151.7964-29.1355

#740b6d color RGB value is (116,11,109).

#740b6d hex color red value is 116, green value is 11 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #740b6d hue: 0.84 , saturation: 0.83 and the lightness value of 740b6d is 0.25.

The process color (four color CMYK) of #740b6d color hex is 0.00, 0.91, 0.06, 0.55. Web safe color of #740b6d is #660066. Color #740b6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001011 01101101
Octal 164 13 155
Decimal 116 11 109
Hex 74 B 6D

RGB Percentages of Color #740b6d

%49.15
%4.66
%46.19

CMYK Percentages of Color #740b6d

%0
%91
%6
%55

Triadic Colors of #740b6d

#740b6d #6d740b #0b6d74

Analogous Colors of #740b6d

#740b6d #740b38 #470b74

Monochromatic Colors of #740b6d

#740b6d

Complementary Color

#740b6d #0b7412

#740b6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740b6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#740b6d Color CSS Codes

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

#740b6d Text Font Color

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

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


#740b6d Background Color

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

This div background color is #740b6d


#740b6d Border Color

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

This div border color is #740b6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740b6d


Comments

No comments written yet.

Please login to write comment.