Color Hex Logo

#764699 Color Hex

#764699
(118,70,153)
0 Favorites   0 Comments

Color spaces of #764699

RGB 11870153
HSL0.760.370.44
HSV275°54°60°
CMYK 0.230.540.00   0.40
XYZ15.411110.531831.3576
Yxy10.53180.26900.1838
Hunter Lab32.452727.9735-34.5723
CIE-Lab38.780436.5251-37.6271

#764699 color RGB value is (118,70,153).

#764699 hex color red value is 118, green value is 70 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #764699 hue: 0.76 , saturation: 0.37 and the lightness value of 764699 is 0.44.

The process color (four color CMYK) of #764699 color hex is 0.23, 0.54, 0.00, 0.40. Web safe color of #764699 is #663399. Color #764699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 10011001
Octal 166 106 231
Decimal 118 70 153
Hex 76 46 99

RGB Percentages of Color #764699

%34.60
%20.53
%44.87

CMYK Percentages of Color #764699

%23
%54
%0
%40

Triadic Colors of #764699

#764699 #997646 #469976

Analogous Colors of #764699

#764699 #994693 #4d4699

Monochromatic Colors of #764699

#764699

Complementary Color

#764699 #699946

#764699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764699 Color CSS Codes

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

#764699 Text Font Color

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

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


#764699 Background Color

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

This div background color is #764699


#764699 Border Color

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

This div border color is #764699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764699


Comments

No comments written yet.

Please login to write comment.