Color Hex Logo

#7984db Color Hex

#7984DB
(121,132,219)
0 Favorites   0 Comments

Color spaces of #7984db

RGB 121132219
HSL0.650.580.67
HSV233°45°86°
CMYK 0.450.400.00   0.14
XYZ28.922625.681970.4506
Yxy25.68190.23130.2054
Hunter Lab50.677313.1884-46.9497
CIE-Lab57.733918.4889-45.8562

#7984db color RGB value is (121,132,219).

#7984db hex color red value is 121, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7984db hue: 0.65 , saturation: 0.58 and the lightness value of 7984db is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000100 11011011
Octal 171 204 333
Decimal 121 132 219
Hex 79 84 DB

RGB Percentages of Color #7984db

%25.64
%27.97
%46.40

CMYK Percentages of Color #7984db

%45
%40
%0
%14

Triadic Colors of #7984db

#7984db #db7984 #84db79

Analogous Colors of #7984db

#7984db #9f79db #79b5db

Monochromatic Colors of #7984db

#7984db

Complementary Color

#7984db #dbd079

#7984db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7984db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7984db Color CSS Codes

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

#7984db Text Font Color

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

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


#7984db Background Color

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

This div background color is #7984db


#7984db Border Color

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

This div border color is #7984db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7984db


Comments

No comments written yet.

Please login to write comment.