Color Hex Logo

#7962db Color Hex

#7962DB
(121,98,219)
0 Favorites   0 Comments

Color spaces of #7962db

RGB 12198219
HSL0.700.630.62
HSV251°55°86°
CMYK 0.450.550.00   0.14
XYZ25.039017.914869.1560
Yxy17.91480.22330.1598
Hunter Lab42.325931.5261-67.2455
CIE-Lab49.392638.6610-59.1716

#7962db color RGB value is (121,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100010 11011011
Octal 171 142 333
Decimal 121 98 219
Hex 79 62 DB

RGB Percentages of Color #7962db

%27.63
%22.37
%50.00

CMYK Percentages of Color #7962db

%45
%55
%0
%14

Triadic Colors of #7962db

#7962db #db7962 #62db79

Analogous Colors of #7962db

#7962db #b662db #6288db

Monochromatic Colors of #7962db

#7962db

Complementary Color

#7962db #c4db62

#7962db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7962db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7962db Color CSS Codes

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

#7962db Text Font Color

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

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


#7962db Background Color

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

This div background color is #7962db


#7962db Border Color

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

This div border color is #7962db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7962db


Comments

No comments written yet.

Please login to write comment.