Color Hex Logo

#797dee Color Hex

#797DEE
(121,125,238)
0 Favorites   0 Comments

Color spaces of #797dee

RGB 121125238
HSL0.660.770.70
HSV238°49°93°
CMYK 0.490.470.00   0.07
XYZ30.651424.905284.0806
Yxy24.90520.21950.1784
Hunter Lab49.905122.2996-64.9588
CIE-Lab56.982928.2972-57.6557

#797dee color RGB value is (121,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 11101110
Octal 171 175 356
Decimal 121 125 238
Hex 79 7D EE

RGB Percentages of Color #797dee

%25.00
%25.83
%49.17

CMYK Percentages of Color #797dee

%49
%47
%0
%7

Triadic Colors of #797dee

#797dee #ee797d #7dee79

Analogous Colors of #797dee

#797dee #b079ee #79b8ee

Monochromatic Colors of #797dee

#797dee

Complementary Color

#797dee #eeea79

#797dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#797dee Color CSS Codes

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

#797dee Text Font Color

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

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


#797dee Background Color

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

This div background color is #797dee


#797dee Border Color

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

This div border color is #797dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797dee


Comments

No comments written yet.

Please login to write comment.