Color Hex Logo

#797dbc Color Hex

#797DBC
(121,125,188)
0 Favorites   0 Comments

Color spaces of #797dbc

RGB 121125188
HSL0.660.330.61
HSV236°36°74°
CMYK 0.360.340.00   0.26
XYZ24.295922.363050.6129
Yxy22.36300.24980.2299
Hunter Lab47.28958.9511-30.3540
CIE-Lab54.410113.8314-33.5315

#797dbc color RGB value is (121,125,188).

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

The process color (four color CMYK) of #797dbc color hex is 0.36, 0.34, 0.00, 0.26. Web safe color of #797dbc is #6666cc. Color #797dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 10111100
Octal 171 175 274
Decimal 121 125 188
Hex 79 7D BC

RGB Percentages of Color #797dbc

%27.88
%28.80
%43.32

CMYK Percentages of Color #797dbc

%36
%34
%0
%26

Triadic Colors of #797dbc

#797dbc #bc797d #7dbc79

Analogous Colors of #797dbc

#797dbc #9779bc #799fbc

Monochromatic Colors of #797dbc

#797dbc

Complementary Color

#797dbc #bcb879

#797dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#797dbc Color CSS Codes

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

#797dbc Text Font Color

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

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


#797dbc Background Color

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

This div background color is #797dbc


#797dbc Border Color

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

This div border color is #797dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797dbc


Comments

No comments written yet.

Please login to write comment.