Color Hex Logo

#764dfe Color Hex

#764DFE
(118,77,254)
0 Favorites   0 Comments

Color spaces of #764dfe

RGB 11877254
HSL0.710.990.65
HSV254°70°100°
CMYK 0.540.700.00   0.00
XYZ28.014516.315195.4385
Yxy16.31510.20040.1167
Hunter Lab40.392053.1157-111.8166
CIE-Lab47.385259.5380-82.1192

#764dfe color RGB value is (118,77,254).

#764dfe hex color red value is 118, green value is 77 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #764dfe hue: 0.71 , saturation: 0.99 and the lightness value of 764dfe is 0.65.

The process color (four color CMYK) of #764dfe color hex is 0.54, 0.70, 0.00, 0.00. Web safe color of #764dfe is #6666ff. Color #764dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001101 11111110
Octal 166 115 376
Decimal 118 77 254
Hex 76 4D FE

RGB Percentages of Color #764dfe

%26.28
%17.15
%56.57

CMYK Percentages of Color #764dfe

%54
%70
%0
%0

Triadic Colors of #764dfe

#764dfe #fe764d #4dfe76

Analogous Colors of #764dfe

#764dfe #cf4dfe #4d7dfe

Monochromatic Colors of #764dfe

#764dfe

Complementary Color

#764dfe #d5fe4d

#764dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#764dfe Color CSS Codes

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

#764dfe Text Font Color

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

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


#764dfe Background Color

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

This div background color is #764dfe


#764dfe Border Color

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

This div border color is #764dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764dfe


Comments

No comments written yet.

Please login to write comment.