Color Hex Logo

#763c71 Color Hex

#763C71
(118,60,113)
0 Favorites   0 Comments

Color spaces of #763c71

RGB 11860113
HSL0.850.330.35
HSV305°49°46°
CMYK 0.000.490.04   0.54
XYZ12.06778.275516.5841
Yxy8.27550.32680.2241
Hunter Lab28.767224.5374-14.0433
CIE-Lab34.550233.4149-19.6534

#763c71 color RGB value is (118,60,113).

#763c71 hex color red value is 118, green value is 60 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #763c71 hue: 0.85 , saturation: 0.33 and the lightness value of 763c71 is 0.35.

The process color (four color CMYK) of #763c71 color hex is 0.00, 0.49, 0.04, 0.54. Web safe color of #763c71 is #663366. Color #763c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111100 01110001
Octal 166 74 161
Decimal 118 60 113
Hex 76 3C 71

RGB Percentages of Color #763c71

%40.55
%20.62
%38.83

CMYK Percentages of Color #763c71

%0
%49
%4
%54

Triadic Colors of #763c71

#763c71 #71763c #3c7176

Analogous Colors of #763c71

#763c71 #763c54 #5e3c76

Monochromatic Colors of #763c71

#763c71

Complementary Color

#763c71 #3c7641

#763c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763c71 Color CSS Codes

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

#763c71 Text Font Color

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

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


#763c71 Background Color

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

This div background color is #763c71


#763c71 Border Color

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

This div border color is #763c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763c71


Comments

No comments written yet.

Please login to write comment.