Color Hex Logo

#764fed Color Hex

#764FED
(118,79,237)
0 Favorites   0 Comments

Color spaces of #764fed

RGB 11879237
HSL0.710.810.62
HSV255°67°93°
CMYK 0.500.670.00   0.07
XYZ25.553315.557981.7769
Yxy15.55790.20790.1266
Hunter Lab39.443546.6143-95.3135
CIE-Lab46.389053.7871-74.2297

#764fed color RGB value is (118,79,237).

#764fed hex color red value is 118, green value is 79 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #764fed hue: 0.71 , saturation: 0.81 and the lightness value of 764fed is 0.62.

The process color (four color CMYK) of #764fed color hex is 0.50, 0.67, 0.00, 0.07. Web safe color of #764fed is #6666ff. Color #764fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001111 11101101
Octal 166 117 355
Decimal 118 79 237
Hex 76 4F ED

RGB Percentages of Color #764fed

%27.19
%18.20
%54.61

CMYK Percentages of Color #764fed

%50
%67
%0
%7

Triadic Colors of #764fed

#764fed #ed764f #4fed76

Analogous Colors of #764fed

#764fed #c54fed #4f77ed

Monochromatic Colors of #764fed

#764fed

Complementary Color

#764fed #c6ed4f

#764fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#764fed Color CSS Codes

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

#764fed Text Font Color

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

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


#764fed Background Color

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

This div background color is #764fed


#764fed Border Color

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

This div border color is #764fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764fed


Comments

No comments written yet.

Please login to write comment.