Color Hex Logo

#764889 Color Hex

#764889
(118,72,137)
0 Favorites   0 Comments

Color spaces of #764889

RGB 11872137
HSL0.780.310.41
HSV282°47°54°
CMYK 0.140.470.00   0.46
XYZ14.303910.292424.8996
Yxy10.29240.28900.2079
Hunter Lab32.081823.4425-23.5595
CIE-Lab38.362231.6356-28.5761

#764889 color RGB value is (118,72,137).

#764889 hex color red value is 118, green value is 72 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #764889 hue: 0.78 , saturation: 0.31 and the lightness value of 764889 is 0.41.

The process color (four color CMYK) of #764889 color hex is 0.14, 0.47, 0.00, 0.46. Web safe color of #764889 is #663399. Color #764889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 10001001
Octal 166 110 211
Decimal 118 72 137
Hex 76 48 89

RGB Percentages of Color #764889

%36.09
%22.02
%41.90

CMYK Percentages of Color #764889

%14
%47
%0
%46

Triadic Colors of #764889

#764889 #897648 #488976

Analogous Colors of #764889

#764889 #89487c #564889

Monochromatic Colors of #764889

#764889

Complementary Color

#764889 #5b8948

#764889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764889 Color CSS Codes

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

#764889 Text Font Color

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

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


#764889 Background Color

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

This div background color is #764889


#764889 Border Color

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

This div border color is #764889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764889


Comments

No comments written yet.

Please login to write comment.