Color Hex Logo

#7962dc Color Hex

#7962DC
(121,98,220)
0 Favorites   0 Comments

Color spaces of #7962dc

RGB 12198220
HSL0.700.640.62
HSV251°55°86°
CMYK 0.450.550.00   0.14
XYZ25.171117.967669.8516
Yxy17.96760.22280.1590
Hunter Lab42.388231.8181-68.0324
CIE-Lab49.456838.9471-59.6354

#7962dc color RGB value is (121,98,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100010 11011100
Octal 171 142 334
Decimal 121 98 220
Hex 79 62 DC

RGB Percentages of Color #7962dc

%27.56
%22.32
%50.11

CMYK Percentages of Color #7962dc

%45
%55
%0
%14

Triadic Colors of #7962dc

#7962dc #dc7962 #62dc79

Analogous Colors of #7962dc

#7962dc #b662dc #6288dc

Monochromatic Colors of #7962dc

#7962dc

Complementary Color

#7962dc #c5dc62

#7962dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7962dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7962dc Color CSS Codes

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

#7962dc Text Font Color

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

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


#7962dc Background Color

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

This div background color is #7962dc


#7962dc Border Color

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

This div border color is #7962dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,98,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 #7962dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7962dc


Comments

No comments written yet.

Please login to write comment.