Color Hex Logo

#771880 Color Hex

#771880
(119,24,128)
0 Favorites   0 Comments

Color spaces of #771880

RGB 11924128
HSL0.820.680.30
HSV295°81°50°
CMYK 0.070.810.00   0.50
XYZ11.83076.133720.9825
Yxy6.13370.30380.1575
Hunter Lab24.766341.9272-32.8952
CIE-Lab29.747352.4609-36.6467

#771880 color RGB value is (119,24,128).

#771880 hex color red value is 119, green value is 24 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #771880 hue: 0.82 , saturation: 0.68 and the lightness value of 771880 is 0.30.

The process color (four color CMYK) of #771880 color hex is 0.07, 0.81, 0.00, 0.50. Web safe color of #771880 is #660099. Color #771880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011000 10000000
Octal 167 30 200
Decimal 119 24 128
Hex 77 18 80

RGB Percentages of Color #771880

%43.91
%8.86
%47.23

CMYK Percentages of Color #771880

%7
%81
%0
%50

Triadic Colors of #771880

#771880 #807718 #188077

Analogous Colors of #771880

#771880 #801855 #431880

Monochromatic Colors of #771880

#771880

Complementary Color

#771880 #218018

#771880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771880 Color CSS Codes

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

#771880 Text Font Color

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

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


#771880 Background Color

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

This div background color is #771880


#771880 Border Color

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

This div border color is #771880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771880


Comments

No comments written yet.

Please login to write comment.