Color Hex Logo

#764499 Color Hex

#764499
(118,68,153)
0 Favorites   0 Comments

Color spaces of #764499

RGB 11868153
HSL0.760.380.43
HSV275°56°60°
CMYK 0.230.560.00   0.40
XYZ15.288110.285731.3166
Yxy10.28570.26870.1808
Hunter Lab32.071328.9645-35.4448
CIE-Lab38.350437.6515-38.3110

#764499 color RGB value is (118,68,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000100 10011001
Octal 166 104 231
Decimal 118 68 153
Hex 76 44 99

RGB Percentages of Color #764499

%34.81
%20.06
%45.13

CMYK Percentages of Color #764499

%23
%56
%0
%40

Triadic Colors of #764499

#764499 #997644 #449976

Analogous Colors of #764499

#764499 #994492 #4c4499

Monochromatic Colors of #764499

#764499

Complementary Color

#764499 #679944

#764499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764499 Color CSS Codes

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

#764499 Text Font Color

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

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


#764499 Background Color

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

This div background color is #764499


#764499 Border Color

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

This div border color is #764499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764499


Comments

No comments written yet.

Please login to write comment.