Color Hex Logo

#7992dc Color Hex

#7992DC
(121,146,220)
0 Favorites   0 Comments

Color spaces of #7992dc

RGB 121146220
HSL0.620.590.67
HSV225°45°86°
CMYK 0.450.340.00   0.14
XYZ31.082329.790071.8220
Yxy29.79000.23420.2245
Hunter Lab54.58026.1367-39.8134
CIE-Lab61.472610.5444-40.5254

#7992dc color RGB value is (121,146,220).

#7992dc hex color red value is 121, green value is 146 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7992dc hue: 0.62 , saturation: 0.59 and the lightness value of 7992dc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010010 11011100
Octal 171 222 334
Decimal 121 146 220
Hex 79 92 DC

RGB Percentages of Color #7992dc

%24.85
%29.98
%45.17

CMYK Percentages of Color #7992dc

%45
%34
%0
%14

Triadic Colors of #7992dc

#7992dc #dc7992 #92dc79

Analogous Colors of #7992dc

#7992dc #9279dc #79c4dc

Monochromatic Colors of #7992dc

#7992dc

Complementary Color

#7992dc #dcc379

#7992dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7992dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7992dc Color CSS Codes

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

#7992dc Text Font Color

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

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


#7992dc Background Color

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

This div background color is #7992dc


#7992dc Border Color

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

This div border color is #7992dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7992dc


Comments

No comments written yet.

Please login to write comment.