Color Hex Logo

#7981db Color Hex

#7981DB
(121,129,219)
0 Favorites   0 Comments

Color spaces of #7981db

RGB 121129219
HSL0.650.580.67
HSV235°45°86°
CMYK 0.450.410.00   0.14
XYZ28.521624.879970.3169
Yxy24.87990.23050.2011
Hunter Lab49.879814.7780-48.6670
CIE-Lab56.958220.2708-47.0841

#7981db color RGB value is (121,129,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000001 11011011
Octal 171 201 333
Decimal 121 129 219
Hex 79 81 DB

RGB Percentages of Color #7981db

%25.80
%27.51
%46.70

CMYK Percentages of Color #7981db

%45
%41
%0
%14

Triadic Colors of #7981db

#7981db #db7981 #81db79

Analogous Colors of #7981db

#7981db #a279db #79b2db

Monochromatic Colors of #7981db

#7981db

Complementary Color

#7981db #dbd379

#7981db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7981db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7981db Color CSS Codes

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

#7981db Text Font Color

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

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


#7981db Background Color

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

This div background color is #7981db


#7981db Border Color

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

This div border color is #7981db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7981db


Comments

No comments written yet.

Please login to write comment.