Color Hex Logo

#763797 Color Hex

#763797
(118,55,151)
0 Favorites   0 Comments

Color spaces of #763797

RGB 11855151
HSL0.780.470.40
HSV279°64°59°
CMYK 0.220.640.00   0.41
XYZ14.42338.818330.2201
Yxy8.81830.26980.1649
Hunter Lab29.695634.7309-39.5502
CIE-Lab35.632144.1412-41.4385

#763797 color RGB value is (118,55,151).

#763797 hex color red value is 118, green value is 55 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #763797 hue: 0.78 , saturation: 0.47 and the lightness value of 763797 is 0.40.

The process color (four color CMYK) of #763797 color hex is 0.22, 0.64, 0.00, 0.41. Web safe color of #763797 is #663399. Color #763797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110111 10010111
Octal 166 67 227
Decimal 118 55 151
Hex 76 37 97

RGB Percentages of Color #763797

%36.42
%16.98
%46.60

CMYK Percentages of Color #763797

%22
%64
%0
%41

Triadic Colors of #763797

#763797 #977637 #379776

Analogous Colors of #763797

#763797 #973788 #463797

Monochromatic Colors of #763797

#763797

Complementary Color

#763797 #589737

#763797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763797 Color CSS Codes

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

#763797 Text Font Color

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

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


#763797 Background Color

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

This div background color is #763797


#763797 Border Color

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

This div border color is #763797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763797


Comments

No comments written yet.

Please login to write comment.