Color Hex Logo

#770162 Color Hex

#770162
(119,1,98)
0 Favorites   0 Comments

Color spaces of #770162

RGB 119198
HSL0.860.980.24
HSV311°99°47°
CMYK 0.000.990.18   0.53
XYZ9.82324.825511.9689
Yxy4.82550.36900.1813
Hunter Lab21.967041.3792-16.9277
CIE-Lab26.231752.6100-22.9931

#770162 color RGB value is (119,1,98).

#770162 hex color red value is 119, green value is 1 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #770162 hue: 0.86 , saturation: 0.98 and the lightness value of 770162 is 0.24.

The process color (four color CMYK) of #770162 color hex is 0.00, 0.99, 0.18, 0.53. Web safe color of #770162 is #660066. Color #770162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000001 01100010
Octal 167 1 142
Decimal 119 1 98
Hex 77 1 62

RGB Percentages of Color #770162

%54.59
%0.46
%44.95

CMYK Percentages of Color #770162

%0
%99
%18
%53

Triadic Colors of #770162

#770162 #627701 #016277

Analogous Colors of #770162

#770162 #770127 #510177

Monochromatic Colors of #770162

#770162

Complementary Color

#770162 #017716

#770162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770162 Color CSS Codes

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

#770162 Text Font Color

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

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


#770162 Background Color

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

This div background color is #770162


#770162 Border Color

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

This div border color is #770162


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,1,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770162


Comments

No comments written yet.

Please login to write comment.