Color Hex Logo

#760159 Color Hex

#760159
(118,1,89)
0 Favorites   0 Comments

Color spaces of #760159

RGB 118189
HSL0.870.980.23
HSV315°99°46°
CMYK 0.000.990.25   0.54
XYZ9.28524.59459.8486
Yxy4.59450.39130.1936
Hunter Lab21.434839.8124-12.2375
CIE-Lab25.546851.1980-18.1452

#760159 color RGB value is (118,1,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 01011001
Octal 166 1 131
Decimal 118 1 89
Hex 76 1 59

RGB Percentages of Color #760159

%56.73
%0.48
%42.79

CMYK Percentages of Color #760159

%0
%99
%25
%54

Triadic Colors of #760159

#760159 #597601 #015976

Analogous Colors of #760159

#760159 #76011e #590176

Monochromatic Colors of #760159

#760159

Complementary Color

#760159 #01761e

#760159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760159 Color CSS Codes

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

#760159 Text Font Color

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

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


#760159 Background Color

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

This div background color is #760159


#760159 Border Color

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

This div border color is #760159


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,1,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 #760159">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760159


Comments

No comments written yet.

Please login to write comment.