Color Hex Logo

#763d81 Color Hex

#763D81
(118,61,129)
0 Favorites   0 Comments

Color spaces of #763d81

RGB 11861129
HSL0.810.360.37
HSV290°53°51°
CMYK 0.090.530.00   0.49
XYZ13.10248.774021.7719
Yxy8.77400.30020.2010
Hunter Lab29.620927.1203-22.8445
CIE-Lab35.545536.1112-28.0808

#763d81 color RGB value is (118,61,129).

#763d81 hex color red value is 118, green value is 61 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #763d81 hue: 0.81 , saturation: 0.36 and the lightness value of 763d81 is 0.37.

The process color (four color CMYK) of #763d81 color hex is 0.09, 0.53, 0.00, 0.49. Web safe color of #763d81 is #663399. Color #763d81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111101 10000001
Octal 166 75 201
Decimal 118 61 129
Hex 76 3D 81

RGB Percentages of Color #763d81

%38.31
%19.81
%41.88

CMYK Percentages of Color #763d81

%9
%53
%0
%49

Triadic Colors of #763d81

#763d81 #81763d #3d8176

Analogous Colors of #763d81

#763d81 #813d6a #543d81

Monochromatic Colors of #763d81

#763d81

Complementary Color

#763d81 #48813d

#763d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763d81 Color CSS Codes

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

#763d81 Text Font Color

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

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


#763d81 Background Color

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

This div background color is #763d81


#763d81 Border Color

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

This div border color is #763d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763d81


Comments

No comments written yet.

Please login to write comment.