Color Hex Logo

#761080 Color Hex

#761080
(118,16,128)
0 Favorites   0 Comments

Color spaces of #761080

RGB 11816128
HSL0.820.780.28
HSV295°88°50°
CMYK 0.080.880.00   0.50
XYZ11.55285.780620.9290
Yxy5.78060.30190.1511
Hunter Lab24.042943.6957-34.7811
CIE-Lab28.852054.3495-38.0920

#761080 color RGB value is (118,16,128).

#761080 hex color red value is 118, green value is 16 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #761080 hue: 0.82 , saturation: 0.78 and the lightness value of 761080 is 0.28.

The process color (four color CMYK) of #761080 color hex is 0.08, 0.88, 0.00, 0.50. Web safe color of #761080 is #660099. Color #761080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010000 10000000
Octal 166 20 200
Decimal 118 16 128
Hex 76 10 80

RGB Percentages of Color #761080

%45.04
%6.11
%48.85

CMYK Percentages of Color #761080

%8
%88
%0
%50

Triadic Colors of #761080

#761080 #807610 #108076

Analogous Colors of #761080

#761080 #801052 #3e1080

Monochromatic Colors of #761080

#761080

Complementary Color

#761080 #1a8010

#761080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761080 Color CSS Codes

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

#761080 Text Font Color

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

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


#761080 Background Color

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

This div background color is #761080


#761080 Border Color

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

This div border color is #761080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,16,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 #761080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761080


Comments

No comments written yet.

Please login to write comment.