Color Hex Logo

#7964dc Color Hex

#7964DC
(121,100,220)
0 Favorites   0 Comments

Color spaces of #7964dc

RGB 121100220
HSL0.700.630.63
HSV251°55°86°
CMYK 0.450.550.00   0.14
XYZ25.360618.346669.9147
Yxy18.34660.22320.1615
Hunter Lab42.832930.7290-66.7939
CIE-Lab49.913837.7808-58.8993

#7964dc color RGB value is (121,100,220).

#7964dc hex color red value is 121, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7964dc hue: 0.70 , saturation: 0.63 and the lightness value of 7964dc is 0.63.

The process color (four color CMYK) of #7964dc color hex is 0.45, 0.55, 0.00, 0.14. Web safe color of #7964dc is #6666cc. Color #7964dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100100 11011100
Octal 171 144 334
Decimal 121 100 220
Hex 79 64 DC

RGB Percentages of Color #7964dc

%27.44
%22.68
%49.89

CMYK Percentages of Color #7964dc

%45
%55
%0
%14

Triadic Colors of #7964dc

#7964dc #dc7964 #64dc79

Analogous Colors of #7964dc

#7964dc #b564dc #648bdc

Monochromatic Colors of #7964dc

#7964dc

Complementary Color

#7964dc #c7dc64

#7964dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7964dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7964dc Color CSS Codes

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

#7964dc Text Font Color

<p style="color:#7964dc">Text here</p>

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


#7964dc Background Color

<div style="background-color:#7964dc">
Div content here</div>

This div background color is #7964dc


#7964dc Border Color

<div style="border:3px solid #7964dc">
Div here</div>

This div border color is #7964dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,100,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7964dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7964dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7964dc;
  box-shadow:         1px 1px 3px 2px #7964dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,100,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7964dc


Comments

No comments written yet.

Please login to write comment.