Color Hex Logo

#7976fe Color Hex

#7976FE
(121,118,254)
0 Favorites   0 Comments

Color spaces of #7976fe

RGB 121118254
HSL0.670.990.73
HSV241°54°100°
CMYK 0.520.540.00   0.00
XYZ32.253024.177696.7328
Yxy24.17760.21060.1579
Hunter Lab49.170731.0364-82.2208
CIE-Lab56.265237.2619-67.6703

#7976fe color RGB value is (121,118,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 11111110
Octal 171 166 376
Decimal 121 118 254
Hex 79 76 FE

RGB Percentages of Color #7976fe

%24.54
%23.94
%51.52

CMYK Percentages of Color #7976fe

%52
%54
%0
%0

Triadic Colors of #7976fe

#7976fe #fe7976 #76fe79

Analogous Colors of #7976fe

#7976fe #bd76fe #76b7fe

Monochromatic Colors of #7976fe

#7976fe

Complementary Color

#7976fe #fbfe76

#7976fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7976fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7976fe Color CSS Codes

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

#7976fe Text Font Color

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

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


#7976fe Background Color

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

This div background color is #7976fe


#7976fe Border Color

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

This div border color is #7976fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7976fe


Comments

No comments written yet.

Please login to write comment.