Color Hex Logo

#761976 Color Hex

#761976
(118,25,118)
0 Favorites   0 Comments

Color spaces of #761976

RGB 11825118
HSL0.830.650.28
HSV300°79°46°
CMYK 0.000.790.00   0.54
XYZ11.08895.854817.6852
Yxy5.85480.32020.1691
Hunter Lab24.196739.4591-26.3970
CIE-Lab29.043150.1653-31.4617

#761976 color RGB value is (118,25,118).

#761976 hex color red value is 118, green value is 25 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #761976 hue: 0.83 , saturation: 0.65 and the lightness value of 761976 is 0.28.

The process color (four color CMYK) of #761976 color hex is 0.00, 0.79, 0.00, 0.54. Web safe color of #761976 is #660066. Color #761976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011001 01110110
Octal 166 31 166
Decimal 118 25 118
Hex 76 19 76

RGB Percentages of Color #761976

%45.21
%9.58
%45.21

CMYK Percentages of Color #761976

%0
%79
%0
%54

Triadic Colors of #761976

#761976 #767619 #197676

Analogous Colors of #761976

#761976 #761948 #481976

Monochromatic Colors of #761976

#761976

Complementary Color

#761976 #197619

#761976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761976 Color CSS Codes

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

#761976 Text Font Color

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

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


#761976 Background Color

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

This div background color is #761976


#761976 Border Color

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

This div border color is #761976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761976


Comments

No comments written yet.

Please login to write comment.