Color Hex Logo

#7950db Color Hex

#7950DB
(121,80,219)
0 Favorites   0 Comments

Color spaces of #7950db

RGB 12180219
HSL0.720.660.59
HSV258°63°86°
CMYK 0.450.630.00   0.14
XYZ23.540014.916768.6564
Yxy14.91670.21980.1393
Hunter Lab38.622141.2061-78.3610
CIE-Lab45.519948.8254-65.4337

#7950db color RGB value is (121,80,219).

#7950db hex color red value is 121, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7950db hue: 0.72 , saturation: 0.66 and the lightness value of 7950db is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010000 11011011
Octal 171 120 333
Decimal 121 80 219
Hex 79 50 DB

RGB Percentages of Color #7950db

%28.81
%19.05
%52.14

CMYK Percentages of Color #7950db

%45
%63
%0
%14

Triadic Colors of #7950db

#7950db #db7950 #50db79

Analogous Colors of #7950db

#7950db #bf50db #506ddb

Monochromatic Colors of #7950db

#7950db

Complementary Color

#7950db #b2db50

#7950db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7950db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7950db Color CSS Codes

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

#7950db Text Font Color

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

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


#7950db Background Color

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

This div background color is #7950db


#7950db Border Color

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

This div border color is #7950db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7950db


Comments

No comments written yet.

Please login to write comment.