Color Hex Logo

#771994 Color Hex

#771994
(119,25,148)
0 Favorites   0 Comments

Color spaces of #771994

RGB 11925148
HSL0.790.710.34
HSV286°83°58°
CMYK 0.200.830.00   0.42
XYZ13.30076.755328.6199
Yxy6.75530.27330.1388
Hunter Lab25.991045.8620-47.0934
CIE-Lab31.243255.9519-46.6610

#771994 color RGB value is (119,25,148).

#771994 hex color red value is 119, green value is 25 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #771994 hue: 0.79 , saturation: 0.71 and the lightness value of 771994 is 0.34.

The process color (four color CMYK) of #771994 color hex is 0.20, 0.83, 0.00, 0.42. Web safe color of #771994 is #660099. Color #771994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011001 10010100
Octal 167 31 224
Decimal 119 25 148
Hex 77 19 94

RGB Percentages of Color #771994

%40.75
%8.56
%50.68

CMYK Percentages of Color #771994

%20
%83
%0
%42

Triadic Colors of #771994

#771994 #947719 #199477

Analogous Colors of #771994

#771994 #941974 #3a1994

Monochromatic Colors of #771994

#771994

Complementary Color

#771994 #369419

#771994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771994 Color CSS Codes

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

#771994 Text Font Color

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

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


#771994 Background Color

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

This div background color is #771994


#771994 Border Color

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

This div border color is #771994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771994


Comments

No comments written yet.

Please login to write comment.