Color Hex Logo

#797bec Color Hex

#797BEC
(121,123,236)
0 Favorites   0 Comments

Color spaces of #797bec

RGB 121123236
HSL0.660.750.70
HSV239°49°93°
CMYK 0.490.480.00   0.07
XYZ30.108424.287082.4579
Yxy24.28700.22000.1775
Hunter Lab49.281822.8101-64.7062
CIE-Lab56.374028.8851-57.5175

#797bec color RGB value is (121,123,236).

#797bec hex color red value is 121, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #797bec hue: 0.66 , saturation: 0.75 and the lightness value of 797bec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111011 11101100
Octal 171 173 354
Decimal 121 123 236
Hex 79 7B EC

RGB Percentages of Color #797bec

%25.21
%25.63
%49.17

CMYK Percentages of Color #797bec

%49
%48
%0
%7

Triadic Colors of #797bec

#797bec #ec797b #7bec79

Analogous Colors of #797bec

#797bec #b179ec #79b5ec

Monochromatic Colors of #797bec

#797bec

Complementary Color

#797bec #ecea79

#797bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#797bec Color CSS Codes

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

#797bec Text Font Color

<p style="color:#797bec">Text here</p>

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


#797bec Background Color

<div style="background-color:#797bec">
Div content here</div>

This div background color is #797bec


#797bec Border Color

<div style="border:3px solid #797bec">
Div here</div>

This div border color is #797bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797bec


Comments

No comments written yet.

Please login to write comment.