Color Hex Logo

#762976 Color Hex

#762976
(118,41,118)
0 Favorites   0 Comments

Color spaces of #762976

RGB 11841118
HSL0.830.480.31
HSV300°65°46°
CMYK 0.000.650.00   0.54
XYZ11.53426.745417.8336
Yxy6.74540.31940.1868
Hunter Lab25.971933.8215-22.5311
CIE-Lab31.220144.0093-28.0126

#762976 color RGB value is (118,41,118).

#762976 hex color red value is 118, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #762976 hue: 0.83 , saturation: 0.48 and the lightness value of 762976 is 0.31.

The process color (four color CMYK) of #762976 color hex is 0.00, 0.65, 0.00, 0.54. Web safe color of #762976 is #663366. Color #762976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01110110
Octal 166 51 166
Decimal 118 41 118
Hex 76 29 76

RGB Percentages of Color #762976

%42.60
%14.80
%42.60

CMYK Percentages of Color #762976

%0
%65
%0
%54

Triadic Colors of #762976

#762976 #767629 #297676

Analogous Colors of #762976

#762976 #762950 #502976

Monochromatic Colors of #762976

#762976

Complementary Color

#762976 #297629

#762976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762976 Color CSS Codes

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

#762976 Text Font Color

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

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


#762976 Background Color

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

This div background color is #762976


#762976 Border Color

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

This div border color is #762976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762976


Comments

No comments written yet.

Please login to write comment.