Color Hex Logo

#7974fc Color Hex

#7974FC
(121,116,252)
0 Favorites   0 Comments

Color spaces of #7974fc

RGB 121116252
HSL0.670.960.72
HSV242°54°99°
CMYK 0.520.540.00   0.01
XYZ31.701223.584094.9768
Yxy23.58400.21100.1570
Hunter Lab48.563431.5354-81.9609
CIE-Lab55.668937.8320-67.5279

#7974fc color RGB value is (121,116,252).

#7974fc hex color red value is 121, green value is 116 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7974fc hue: 0.67 , saturation: 0.96 and the lightness value of 7974fc is 0.72.

The process color (four color CMYK) of #7974fc color hex is 0.52, 0.54, 0.00, 0.01. Web safe color of #7974fc is #6666ff. Color #7974fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110100 11111100
Octal 171 164 374
Decimal 121 116 252
Hex 79 74 FC

RGB Percentages of Color #7974fc

%24.74
%23.72
%51.53

CMYK Percentages of Color #7974fc

%52
%54
%0
%1

Triadic Colors of #7974fc

#7974fc #fc7974 #74fc79

Analogous Colors of #7974fc

#7974fc #bd74fc #74b3fc

Monochromatic Colors of #7974fc

#7974fc

Complementary Color

#7974fc #f7fc74

#7974fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7974fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7974fc Color CSS Codes

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

#7974fc Text Font Color

<p style="color:#7974fc">Text here</p>

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


#7974fc Background Color

<div style="background-color:#7974fc">
Div content here</div>

This div background color is #7974fc


#7974fc Border Color

<div style="border:3px solid #7974fc">
Div here</div>

This div border color is #7974fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,116,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7974fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7974fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7974fc;
  box-shadow:         1px 1px 3px 2px #7974fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7974fc


Comments

No comments written yet.

Please login to write comment.