Color Hex Logo

#764fbf Color Hex

#764FBF
(118,79,191)
0 Favorites   0 Comments

Color spaces of #764fbf

RGB 11879191
HSL0.720.470.53
HSV261°59°75°
CMYK 0.380.590.00   0.25
XYZ19.671213.205150.8023
Yxy13.20510.23510.1578
Hunter Lab36.338833.0340-57.4513
CIE-Lab43.070741.1414-53.2752

#764fbf color RGB value is (118,79,191).

#764fbf hex color red value is 118, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #764fbf hue: 0.72 , saturation: 0.47 and the lightness value of 764fbf is 0.53.

The process color (four color CMYK) of #764fbf color hex is 0.38, 0.59, 0.00, 0.25. Web safe color of #764fbf is #6666cc. Color #764fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001111 10111111
Octal 166 117 277
Decimal 118 79 191
Hex 76 4F BF

RGB Percentages of Color #764fbf

%30.41
%20.36
%49.23

CMYK Percentages of Color #764fbf

%38
%59
%0
%25

Triadic Colors of #764fbf

#764fbf #bf764f #4fbf76

Analogous Colors of #764fbf

#764fbf #ae4fbf #4f60bf

Monochromatic Colors of #764fbf

#764fbf

Complementary Color

#764fbf #98bf4f

#764fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#764fbf Color CSS Codes

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

#764fbf Text Font Color

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

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


#764fbf Background Color

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

This div background color is #764fbf


#764fbf Border Color

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

This div border color is #764fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764fbf


Comments

No comments written yet.

Please login to write comment.