Color Hex Logo

#761659 Color Hex

#761659
(118,22,89)
0 Favorites   0 Comments

Color spaces of #761659

RGB 1182289
HSL0.880.690.27
HSV318°81°46°
CMYK 0.000.810.25   0.54
XYZ9.56135.14669.9407
Yxy5.14660.38790.2088
Hunter Lab22.686135.5300-10.0997
CIE-Lab27.148446.5547-15.6628

#761659 color RGB value is (118,22,89).

#761659 hex color red value is 118, green value is 22 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #761659 hue: 0.88 , saturation: 0.69 and the lightness value of 761659 is 0.27.

The process color (four color CMYK) of #761659 color hex is 0.00, 0.81, 0.25, 0.54. Web safe color of #761659 is #660066. Color #761659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 01011001
Octal 166 26 131
Decimal 118 22 89
Hex 76 16 59

RGB Percentages of Color #761659

%51.53
%9.61
%38.86

CMYK Percentages of Color #761659

%0
%81
%25
%54

Triadic Colors of #761659

#761659 #597616 #165976

Analogous Colors of #761659

#761659 #761629 #631676

Monochromatic Colors of #761659

#761659

Complementary Color

#761659 #167633

#761659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761659 Color CSS Codes

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

#761659 Text Font Color

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

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


#761659 Background Color

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

This div background color is #761659


#761659 Border Color

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

This div border color is #761659


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,22,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #761659; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #761659;
  -webkit-box-shadow: 1px 1px 3px 2px #761659;
  box-shadow:         1px 1px 3px 2px #761659; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,22,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761659


Comments

No comments written yet.

Please login to write comment.