Color Hex Logo

#764aba Color Hex

#764ABA
(118,74,186)
0 Favorites   0 Comments

Color spaces of #764aba

RGB 11874186
HSL0.730.450.51
HSV264°60°73°
CMYK 0.370.600.00   0.27
XYZ18.782912.294347.8374
Yxy12.29430.23800.1558
Hunter Lab35.063234.2594-56.3462
CIE-Lab41.680142.6147-52.5944

#764aba color RGB value is (118,74,186).

#764aba hex color red value is 118, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #764aba hue: 0.73 , saturation: 0.45 and the lightness value of 764aba is 0.51.

The process color (four color CMYK) of #764aba color hex is 0.37, 0.60, 0.00, 0.27. Web safe color of #764aba is #6633cc. Color #764aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001010 10111010
Octal 166 112 272
Decimal 118 74 186
Hex 76 4A BA

RGB Percentages of Color #764aba

%31.22
%19.58
%49.21

CMYK Percentages of Color #764aba

%37
%60
%0
%27

Triadic Colors of #764aba

#764aba #ba764a #4aba76

Analogous Colors of #764aba

#764aba #ae4aba #4a56ba

Monochromatic Colors of #764aba

#764aba

Complementary Color

#764aba #8eba4a

#764aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#764aba Color CSS Codes

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

#764aba Text Font Color

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

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


#764aba Background Color

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

This div background color is #764aba


#764aba Border Color

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

This div border color is #764aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764aba


Comments

No comments written yet.

Please login to write comment.