Color Hex Logo

#7984fe Color Hex

#7984FE
(121,132,254)
0 Favorites   0 Comments

Color spaces of #7984fe

RGB 121132254
HSL0.650.990.74
HSV235°52°100°
CMYK 0.520.480.00   0.00
XYZ34.025827.723297.3237
Yxy27.72320.21390.1743
Hunter Lab52.652823.2095-72.7349
CIE-Lab59.637829.0007-62.2461

#7984fe color RGB value is (121,132,254).

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

The process color (four color CMYK) of #7984fe color hex is 0.52, 0.48, 0.00, 0.00. Web safe color of #7984fe is #6699ff. Color #7984fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000100 11111110
Octal 171 204 376
Decimal 121 132 254
Hex 79 84 FE

RGB Percentages of Color #7984fe

%23.87
%26.04
%50.10

CMYK Percentages of Color #7984fe

%52
%48
%0
%0

Triadic Colors of #7984fe

#7984fe #fe7984 #84fe79

Analogous Colors of #7984fe

#7984fe #b179fe #79c7fe

Monochromatic Colors of #7984fe

#7984fe

Complementary Color

#7984fe #fef379

#7984fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7984fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7984fe Color CSS Codes

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

#7984fe Text Font Color

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

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


#7984fe Background Color

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

This div background color is #7984fe


#7984fe Border Color

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

This div border color is #7984fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7984fe

Related Colors


Comments

No comments written yet.

Please login to write comment.