Color Hex Logo

#770146 Color Hex

#770146
(119,1,70)
0 Favorites   0 Comments

Color spaces of #770146

RGB 119170
HSL0.900.980.24
HSV325°99°47°
CMYK 0.000.990.41   0.53
XYZ8.72414.38586.1811
Yxy4.38580.45220.2273
Hunter Lab20.942337.7101-2.8398
CIE-Lab24.907949.2164-6.3346

#770146 color RGB value is (119,1,70).

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

The process color (four color CMYK) of #770146 color hex is 0.00, 0.99, 0.41, 0.53. Web safe color of #770146 is #660033. Color #770146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000001 01000110
Octal 167 1 106
Decimal 119 1 70
Hex 77 1 46

RGB Percentages of Color #770146

%62.63
%0.53
%36.84

CMYK Percentages of Color #770146

%0
%99
%41
%53

Triadic Colors of #770146

#770146 #467701 #014677

Analogous Colors of #770146

#770146 #77010b #6d0177

Monochromatic Colors of #770146

#770146

Complementary Color

#770146 #017732

#770146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770146 Color CSS Codes

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

#770146 Text Font Color

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

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


#770146 Background Color

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

This div background color is #770146


#770146 Border Color

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

This div border color is #770146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770146


Comments

No comments written yet.

Please login to write comment.