Color Hex Logo

#764dee Color Hex

#764DEE
(118,77,238)
0 Favorites   0 Comments

Color spaces of #764dee

RGB 11877238
HSL0.710.830.62
HSV255°68°93°
CMYK 0.500.680.00   0.07
XYZ25.557715.332482.5013
Yxy15.33240.20710.1243
Hunter Lab39.156647.9837-97.5119
CIE-Lab46.086155.1112-75.2872

#764dee color RGB value is (118,77,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001101 11101110
Octal 166 115 356
Decimal 118 77 238
Hex 76 4D EE

RGB Percentages of Color #764dee

%27.25
%17.78
%54.97

CMYK Percentages of Color #764dee

%50
%68
%0
%7

Triadic Colors of #764dee

#764dee #ee764d #4dee76

Analogous Colors of #764dee

#764dee #c74dee #4d75ee

Monochromatic Colors of #764dee

#764dee

Complementary Color

#764dee #c5ee4d

#764dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#764dee Color CSS Codes

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

#764dee Text Font Color

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

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


#764dee Background Color

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

This div background color is #764dee


#764dee Border Color

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

This div border color is #764dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764dee


Comments

No comments written yet.

Please login to write comment.