Color Hex Logo

#764f8a Color Hex

#764F8A
(118,79,138)
0 Favorites   0 Comments

Color spaces of #764f8a

RGB 11879138
HSL0.780.270.43
HSV280°43°54°
CMYK 0.140.430.00   0.46
XYZ14.854611.278525.4388
Yxy11.27850.28800.2187
Hunter Lab33.583520.1828-21.4025
CIE-Lab40.045627.7495-26.5502

#764f8a color RGB value is (118,79,138).

#764f8a hex color red value is 118, green value is 79 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #764f8a hue: 0.78 , saturation: 0.27 and the lightness value of 764f8a is 0.43.

The process color (four color CMYK) of #764f8a color hex is 0.14, 0.43, 0.00, 0.46. Web safe color of #764f8a is #666699. Color #764f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001111 10001010
Octal 166 117 212
Decimal 118 79 138
Hex 76 4F 8A

RGB Percentages of Color #764f8a

%35.22
%23.58
%41.19

CMYK Percentages of Color #764f8a

%14
%43
%0
%46

Triadic Colors of #764f8a

#764f8a #8a764f #4f8a76

Analogous Colors of #764f8a

#764f8a #8a4f81 #594f8a

Monochromatic Colors of #764f8a

#764f8a

Complementary Color

#764f8a #638a4f

#764f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#764f8a Color CSS Codes

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

#764f8a Text Font Color

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

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


#764f8a Background Color

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

This div background color is #764f8a


#764f8a Border Color

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

This div border color is #764f8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,79,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764f8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764f8a;
  -webkit-box-shadow: 1px 1px 3px 2px #764f8a;
  box-shadow:         1px 1px 3px 2px #764f8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764f8a


Comments

No comments written yet.

Please login to write comment.