Color Hex Logo

#764dda Color Hex

#764DDA
(118,77,218)
0 Favorites   0 Comments

Color spaces of #764dda

RGB 11877218
HSL0.720.660.58
HSV257°65°85°
CMYK 0.460.650.00   0.15
XYZ22.780014.221367.8740
Yxy14.22130.21720.1356
Hunter Lab37.711141.8312-80.3147
CIE-Lab44.548649.5956-66.4543

#764dda color RGB value is (118,77,218).

#764dda hex color red value is 118, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #764dda hue: 0.72 , saturation: 0.66 and the lightness value of 764dda is 0.58.

The process color (four color CMYK) of #764dda color hex is 0.46, 0.65, 0.00, 0.15. Web safe color of #764dda is #6666cc. Color #764dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001101 11011010
Octal 166 115 332
Decimal 118 77 218
Hex 76 4D DA

RGB Percentages of Color #764dda

%28.57
%18.64
%52.78

CMYK Percentages of Color #764dda

%46
%65
%0
%15

Triadic Colors of #764dda

#764dda #da764d #4dda76

Analogous Colors of #764dda

#764dda #bd4dda #4d6bda

Monochromatic Colors of #764dda

#764dda

Complementary Color

#764dda #b1da4d

#764dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#764dda Color CSS Codes

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

#764dda Text Font Color

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

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


#764dda Background Color

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

This div background color is #764dda


#764dda Border Color

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

This div border color is #764dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764dda


Comments

No comments written yet.

Please login to write comment.