Color Hex Logo

#764cec Color Hex

#764CEC
(118,76,236)
0 Favorites   0 Comments

Color spaces of #764cec

RGB 11876236
HSL0.710.810.61
HSV256°68°93°
CMYK 0.500.680.00   0.07
XYZ25.196015.076680.9390
Yxy15.07660.20790.1244
Hunter Lab38.828647.8792-96.4112
CIE-Lab45.738955.0781-74.7276

#764cec color RGB value is (118,76,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001100 11101100
Octal 166 114 354
Decimal 118 76 236
Hex 76 4C EC

RGB Percentages of Color #764cec

%27.44
%17.67
%54.88

CMYK Percentages of Color #764cec

%50
%68
%0
%7

Triadic Colors of #764cec

#764cec #ec764c #4cec76

Analogous Colors of #764cec

#764cec #c64cec #4c72ec

Monochromatic Colors of #764cec

#764cec

Complementary Color

#764cec #c2ec4c

#764cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#764cec Color CSS Codes

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

#764cec Text Font Color

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

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


#764cec Background Color

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

This div background color is #764cec


#764cec Border Color

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

This div border color is #764cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764cec


Comments

No comments written yet.

Please login to write comment.