Color Hex Logo

#764aca Color Hex

#764ACA
(118,74,202)
0 Favorites   0 Comments

Color spaces of #764aca

RGB 11874202
HSL0.720.550.54
HSV261°63°79°
CMYK 0.420.630.00   0.21
XYZ20.580713.013457.3042
Yxy13.01340.22640.1432
Hunter Lab36.074138.7067-68.9311
CIE-Lab42.783446.8692-60.1243

#764aca color RGB value is (118,74,202).

#764aca hex color red value is 118, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #764aca hue: 0.72 , saturation: 0.55 and the lightness value of 764aca is 0.54.

The process color (four color CMYK) of #764aca color hex is 0.42, 0.63, 0.00, 0.21. Web safe color of #764aca is #6633cc. Color #764aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001010 11001010
Octal 166 112 312
Decimal 118 74 202
Hex 76 4A CA

RGB Percentages of Color #764aca

%29.95
%18.78
%51.27

CMYK Percentages of Color #764aca

%42
%63
%0
%21

Triadic Colors of #764aca

#764aca #ca764a #4aca76

Analogous Colors of #764aca

#764aca #b64aca #4a5eca

Monochromatic Colors of #764aca

#764aca

Complementary Color

#764aca #9eca4a

#764aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#764aca Color CSS Codes

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

#764aca Text Font Color

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

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


#764aca Background Color

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

This div background color is #764aca


#764aca Border Color

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

This div border color is #764aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764aca


Comments

No comments written yet.

Please login to write comment.