Color Hex Logo

#7984df Color Hex

#7984DF
(121,132,223)
0 Favorites   0 Comments

Color spaces of #7984df

RGB 121132223
HSL0.650.610.67
HSV234°46°87°
CMYK 0.460.410.00   0.13
XYZ29.455725.895273.2578
Yxy25.89520.22900.2013
Hunter Lab50.887314.2704-49.7332
CIE-Lab57.937419.6651-47.7730

#7984df color RGB value is (121,132,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000100 11011111
Octal 171 204 337
Decimal 121 132 223
Hex 79 84 DF

RGB Percentages of Color #7984df

%25.42
%27.73
%46.85

CMYK Percentages of Color #7984df

%46
%41
%0
%13

Triadic Colors of #7984df

#7984df #df7984 #84df79

Analogous Colors of #7984df

#7984df #a179df #79b7df

Monochromatic Colors of #7984df

#7984df

Complementary Color

#7984df #dfd479

#7984df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7984df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7984df Color CSS Codes

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

#7984df Text Font Color

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

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


#7984df Background Color

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

This div background color is #7984df


#7984df Border Color

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

This div border color is #7984df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7984df


Comments

No comments written yet.

Please login to write comment.