Color Hex Logo

#7977ce Color Hex

#7977CE
(121,119,206)
0 Favorites   0 Comments

Color spaces of #7977ce

RGB 121119206
HSL0.670.470.64
HSV241°42°81°
CMYK 0.410.420.00   0.19
XYZ25.622621.714861.2334
Yxy21.71480.23600.2000
Hunter Lab46.599116.6000-45.2904
CIE-Lab53.723122.4663-44.8722

#7977ce color RGB value is (121,119,206).

#7977ce hex color red value is 121, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7977ce hue: 0.67 , saturation: 0.47 and the lightness value of 7977ce is 0.64.

The process color (four color CMYK) of #7977ce color hex is 0.41, 0.42, 0.00, 0.19. Web safe color of #7977ce is #6666cc. Color #7977ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110111 11001110
Octal 171 167 316
Decimal 121 119 206
Hex 79 77 CE

RGB Percentages of Color #7977ce

%27.13
%26.68
%46.19

CMYK Percentages of Color #7977ce

%41
%42
%0
%19

Triadic Colors of #7977ce

#7977ce #ce7977 #77ce79

Analogous Colors of #7977ce

#7977ce #a577ce #77a1ce

Monochromatic Colors of #7977ce

#7977ce

Complementary Color

#7977ce #ccce77

#7977ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7977ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7977ce Color CSS Codes

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

#7977ce Text Font Color

<p style="color:#7977ce">Text here</p>

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


#7977ce Background Color

<div style="background-color:#7977ce">
Div content here</div>

This div background color is #7977ce


#7977ce Border Color

<div style="border:3px solid #7977ce">
Div here</div>

This div border color is #7977ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,119,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7977ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7977ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7977ce;
  box-shadow:         1px 1px 3px 2px #7977ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7977ce


Comments

No comments written yet.

Please login to write comment.