Color Hex Logo

#7976ec Color Hex

#7976EC
(121,118,236)
0 Favorites   0 Comments

Color spaces of #7976ec

RGB 121118236
HSL0.670.760.69
HSV242°50°93°
CMYK 0.490.500.00   0.07
XYZ29.503923.077982.2563
Yxy23.07790.21880.1712
Hunter Lab48.039525.5584-67.8926
CIE-Lab55.152531.8537-59.4749

#7976ec color RGB value is (121,118,236).

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

The process color (four color CMYK) of #7976ec color hex is 0.49, 0.50, 0.00, 0.07. Web safe color of #7976ec is #6666ff. Color #7976ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 11101100
Octal 171 166 354
Decimal 121 118 236
Hex 79 76 EC

RGB Percentages of Color #7976ec

%25.47
%24.84
%49.68

CMYK Percentages of Color #7976ec

%49
%50
%0
%7

Triadic Colors of #7976ec

#7976ec #ec7976 #76ec79

Analogous Colors of #7976ec

#7976ec #b476ec #76aeec

Monochromatic Colors of #7976ec

#7976ec

Complementary Color

#7976ec #e9ec76

#7976ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7976ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7976ec Color CSS Codes

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

#7976ec Text Font Color

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

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


#7976ec Background Color

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

This div background color is #7976ec


#7976ec Border Color

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

This div border color is #7976ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7976ec


Comments

No comments written yet.

Please login to write comment.