Color Hex Logo

#7990df Color Hex

#7990DF
(121,144,223)
0 Favorites   0 Comments

Color spaces of #7990df

RGB 121144223
HSL0.630.610.67
HSV226°46°87°
CMYK 0.460.350.00   0.13
XYZ31.177729.339273.8318
Yxy29.33920.23210.2184
Hunter Lab54.16577.9545-42.9007
CIE-Lab61.079812.5895-42.8116

#7990df color RGB value is (121,144,223).

#7990df hex color red value is 121, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7990df hue: 0.63 , saturation: 0.61 and the lightness value of 7990df is 0.67.

The process color (four color CMYK) of #7990df color hex is 0.46, 0.35, 0.00, 0.13. Web safe color of #7990df is #6699cc. Color #7990df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010000 11011111
Octal 171 220 337
Decimal 121 144 223
Hex 79 90 DF

RGB Percentages of Color #7990df

%24.80
%29.51
%45.70

CMYK Percentages of Color #7990df

%46
%35
%0
%13

Triadic Colors of #7990df

#7990df #df7990 #90df79

Analogous Colors of #7990df

#7990df #9579df #79c3df

Monochromatic Colors of #7990df

#7990df

Complementary Color

#7990df #dfc879

#7990df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7990df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7990df Color CSS Codes

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

#7990df Text Font Color

<p style="color:#7990df">Text here</p>

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


#7990df Background Color

<div style="background-color:#7990df">
Div content here</div>

This div background color is #7990df


#7990df Border Color

<div style="border:3px solid #7990df">
Div here</div>

This div border color is #7990df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,144,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7990df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7990df;
  -webkit-box-shadow: 1px 1px 3px 2px #7990df;
  box-shadow:         1px 1px 3px 2px #7990df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7990df


Comments

No comments written yet.

Please login to write comment.