Color Hex Logo

#7994eb Color Hex

#7994EB
(121,148,235)
0 Favorites   0 Comments

Color spaces of #7994eb

RGB 121148235
HSL0.630.740.70
HSV226°49°92°
CMYK 0.490.370.00   0.08
XYZ33.470531.242982.8637
Yxy31.24290.22680.2117
Hunter Lab55.89539.0701-48.7695
CIE-Lab62.712113.8074-46.8883

#7994eb color RGB value is (121,148,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010100 11101011
Octal 171 224 353
Decimal 121 148 235
Hex 79 94 EB

RGB Percentages of Color #7994eb

%24.01
%29.37
%46.63

CMYK Percentages of Color #7994eb

%49
%37
%0
%8

Triadic Colors of #7994eb

#7994eb #eb7994 #94eb79

Analogous Colors of #7994eb

#7994eb #9779eb #79cdeb

Monochromatic Colors of #7994eb

#7994eb

Complementary Color

#7994eb #ebd079

#7994eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7994eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7994eb Color CSS Codes

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

#7994eb Text Font Color

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

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


#7994eb Background Color

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

This div background color is #7994eb


#7994eb Border Color

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

This div border color is #7994eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7994eb


Comments

No comments written yet.

Please login to write comment.