Color Hex Logo

#7992eb Color Hex

#7992EB
(121,146,235)
0 Favorites   0 Comments

Color spaces of #7992eb

RGB 121146235
HSL0.630.740.70
HSV227°49°92°
CMYK 0.490.380.00   0.08
XYZ33.159430.620982.7600
Yxy30.62090.22630.2090
Hunter Lab55.336210.1253-49.9380
CIE-Lab62.186314.9767-47.7187

#7992eb color RGB value is (121,146,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010010 11101011
Octal 171 222 353
Decimal 121 146 235
Hex 79 92 EB

RGB Percentages of Color #7992eb

%24.10
%29.08
%46.81

CMYK Percentages of Color #7992eb

%49
%38
%0
%8

Triadic Colors of #7992eb

#7992eb #eb7992 #92eb79

Analogous Colors of #7992eb

#7992eb #9979eb #79cbeb

Monochromatic Colors of #7992eb

#7992eb

Complementary Color

#7992eb #ebd279

#7992eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7992eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7992eb Color CSS Codes

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

#7992eb Text Font Color

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

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


#7992eb Background Color

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

This div background color is #7992eb


#7992eb Border Color

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

This div border color is #7992eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7992eb


Comments

No comments written yet.

Please login to write comment.