Color Hex Logo

#764eff Color Hex

#764EFF
(118,78,255)
0 Favorites   0 Comments

Color spaces of #764eff

RGB 11878255
HSL0.701.000.65
HSV254°69°100°
CMYK 0.540.690.00   0.00
XYZ28.245616.520396.3078
Yxy16.52030.20020.1171
Hunter Lab40.645252.9162-112.0347
CIE-Lab47.649859.3098-82.2424

#764eff color RGB value is (118,78,255).

#764eff hex color red value is 118, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #764eff hue: 0.70 , saturation: 1.00 and the lightness value of 764eff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001110 11111111
Octal 166 116 377
Decimal 118 78 255
Hex 76 4E FF

RGB Percentages of Color #764eff

%26.16
%17.29
%56.54

CMYK Percentages of Color #764eff

%54
%69
%0
%0

Triadic Colors of #764eff

#764eff #ff764e #4eff76

Analogous Colors of #764eff

#764eff #cf4eff #4e7fff

Monochromatic Colors of #764eff

#764eff

Complementary Color

#764eff #d7ff4e

#764eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#764eff Color CSS Codes

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

#764eff Text Font Color

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

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


#764eff Background Color

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

This div background color is #764eff


#764eff Border Color

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

This div border color is #764eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764eff

Related Colors


Comments

No comments written yet.

Please login to write comment.