Color Hex Logo

#760954 Color Hex

#760954
(118,9,84)
0 Favorites   0 Comments

Color spaces of #760954

RGB 118984
HSL0.890.860.25
HSV319°92°46°
CMYK 0.000.920.29   0.54
XYZ9.16914.68708.8089
Yxy4.68700.40450.2068
Hunter Lab21.649537.7127-8.9697
CIE-Lab25.823849.0404-14.3903

#760954 color RGB value is (118,9,84).

#760954 hex color red value is 118, green value is 9 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #760954 hue: 0.89 , saturation: 0.86 and the lightness value of 760954 is 0.25.

The process color (four color CMYK) of #760954 color hex is 0.00, 0.92, 0.29, 0.54. Web safe color of #760954 is #660066. Color #760954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001001 01010100
Octal 166 11 124
Decimal 118 9 84
Hex 76 9 54

RGB Percentages of Color #760954

%55.92
%4.27
%39.81

CMYK Percentages of Color #760954

%0
%92
%29
%54

Triadic Colors of #760954

#760954 #547609 #095476

Analogous Colors of #760954

#760954 #76091e #620976

Monochromatic Colors of #760954

#760954

Complementary Color

#760954 #09762b

#760954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760954 Color CSS Codes

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

#760954 Text Font Color

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

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


#760954 Background Color

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

This div background color is #760954


#760954 Border Color

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

This div border color is #760954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760954


Comments

No comments written yet.

Please login to write comment.