Color Hex Logo

#760770 Color Hex

#760770
(118,7,112)
0 Favorites   0 Comments

Color spaces of #760770

RGB 1187112
HSL0.840.890.25
HSV303°94°46°
CMYK 0.000.940.05   0.54
XYZ10.47185.173415.7759
Yxy5.17340.33330.1646
Hunter Lab22.745142.3771-25.2017
CIE-Lab27.223253.3912-30.5221

#760770 color RGB value is (118,7,112).

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

The process color (four color CMYK) of #760770 color hex is 0.00, 0.94, 0.05, 0.54. Web safe color of #760770 is #660066. Color #760770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 01110000
Octal 166 7 160
Decimal 118 7 112
Hex 76 7 70

RGB Percentages of Color #760770

%49.79
%2.95
%47.26

CMYK Percentages of Color #760770

%0
%94
%5
%54

Triadic Colors of #760770

#760770 #707607 #077076

Analogous Colors of #760770

#760770 #760738 #440776

Monochromatic Colors of #760770

#760770

Complementary Color

#760770 #07760d

#760770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760770 Color CSS Codes

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

#760770 Text Font Color

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

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


#760770 Background Color

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

This div background color is #760770


#760770 Border Color

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

This div border color is #760770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760770


Comments

No comments written yet.

Please login to write comment.