Color Hex Logo

#764bba Color Hex

#764BBA
(118,75,186)
0 Favorites   0 Comments

Color spaces of #764bba

RGB 11875186
HSL0.730.450.51
HSV263°60°73°
CMYK 0.370.600.00   0.27
XYZ18.850212.428947.8599
Yxy12.42890.23820.1571
Hunter Lab35.254633.7460-55.8108
CIE-Lab41.889842.0581-52.2566

#764bba color RGB value is (118,75,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001011 10111010
Octal 166 113 272
Decimal 118 75 186
Hex 76 4B BA

RGB Percentages of Color #764bba

%31.13
%19.79
%49.08

CMYK Percentages of Color #764bba

%37
%60
%0
%27

Triadic Colors of #764bba

#764bba #ba764b #4bba76

Analogous Colors of #764bba

#764bba #ae4bba #4b58ba

Monochromatic Colors of #764bba

#764bba

Complementary Color

#764bba #8fba4b

#764bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#764bba Color CSS Codes

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

#764bba Text Font Color

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

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


#764bba Background Color

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

This div background color is #764bba


#764bba Border Color

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

This div border color is #764bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764bba


Comments

No comments written yet.

Please login to write comment.