Color Hex Logo

#764cdd Color Hex

#764CDD
(118,76,221)
0 Favorites   0 Comments

Color spaces of #764cdd

RGB 11876221
HSL0.710.680.58
HSV257°66°87°
CMYK 0.470.660.00   0.13
XYZ23.106814.240969.9375
Yxy14.24090.21540.1327
Hunter Lab37.737143.2573-83.4651
CIE-Lab44.576450.9539-68.1204

#764cdd color RGB value is (118,76,221).

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

The process color (four color CMYK) of #764cdd color hex is 0.47, 0.66, 0.00, 0.13. Web safe color of #764cdd is #6633cc. Color #764cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001100 11011101
Octal 166 114 335
Decimal 118 76 221
Hex 76 4C DD

RGB Percentages of Color #764cdd

%28.43
%18.31
%53.25

CMYK Percentages of Color #764cdd

%47
%66
%0
%13

Triadic Colors of #764cdd

#764cdd #dd764c #4cdd76

Analogous Colors of #764cdd

#764cdd #bf4cdd #4c6bdd

Monochromatic Colors of #764cdd

#764cdd

Complementary Color

#764cdd #b3dd4c

#764cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#764cdd Color CSS Codes

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

#764cdd Text Font Color

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

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


#764cdd Background Color

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

This div background color is #764cdd


#764cdd Border Color

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

This div border color is #764cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764cdd


Comments

No comments written yet.

Please login to write comment.