Color Hex Logo

#7981cc Color Hex

#7981CC
(121,129,204)
0 Favorites   0 Comments

Color spaces of #7981cc

RGB 121129204
HSL0.650.450.64
HSV234°41°80°
CMYK 0.410.370.00   0.20
XYZ26.634524.125160.3796
Yxy24.12510.23960.2171
Hunter Lab49.117310.8387-38.5027
CIE-Lab56.212815.9318-39.8087

#7981cc color RGB value is (121,129,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000001 11001100
Octal 171 201 314
Decimal 121 129 204
Hex 79 81 CC

RGB Percentages of Color #7981cc

%26.65
%28.41
%44.93

CMYK Percentages of Color #7981cc

%41
%37
%0
%20

Triadic Colors of #7981cc

#7981cc #cc7981 #81cc79

Analogous Colors of #7981cc

#7981cc #9b79cc #79abcc

Monochromatic Colors of #7981cc

#7981cc

Complementary Color

#7981cc #ccc479

#7981cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7981cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7981cc Color CSS Codes

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

#7981cc Text Font Color

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

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


#7981cc Background Color

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

This div background color is #7981cc


#7981cc Border Color

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

This div border color is #7981cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7981cc


Comments

No comments written yet.

Please login to write comment.