Color Hex Logo

#7981eb Color Hex

#7981EB
(121,129,235)
0 Favorites   0 Comments

Color spaces of #7981eb

RGB 121129235
HSL0.650.740.70
HSV236°49°92°
CMYK 0.490.450.00   0.08
XYZ30.730825.763681.9504
Yxy25.76360.22200.1861
Hunter Lab50.757919.2447-60.1954
CIE-Lab57.812025.0195-54.6635

#7981eb color RGB value is (121,129,235).

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

The process color (four color CMYK) of #7981eb color hex is 0.49, 0.45, 0.00, 0.08. Web safe color of #7981eb is #6699ff. Color #7981eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000001 11101011
Octal 171 201 353
Decimal 121 129 235
Hex 79 81 EB

RGB Percentages of Color #7981eb

%24.95
%26.60
%48.45

CMYK Percentages of Color #7981eb

%49
%45
%0
%8

Triadic Colors of #7981eb

#7981eb #eb7981 #81eb79

Analogous Colors of #7981eb

#7981eb #aa79eb #79baeb

Monochromatic Colors of #7981eb

#7981eb

Complementary Color

#7981eb #ebe379

#7981eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7981eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7981eb Color CSS Codes

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

#7981eb Text Font Color

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

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


#7981eb Background Color

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

This div background color is #7981eb


#7981eb Border Color

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

This div border color is #7981eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7981eb


Comments

No comments written yet.

Please login to write comment.