Color Hex Logo

#797dcb Color Hex

#797DCB
(121,125,203)
0 Favorites   0 Comments

Color spaces of #797dcb

RGB 121125203
HSL0.660.440.64
HSV237°40°80°
CMYK 0.400.380.00   0.20
XYZ25.998323.044059.5776
Yxy23.04400.23940.2122
Hunter Lab48.004212.6655-39.9814
CIE-Lab55.117618.0264-40.9662

#797dcb color RGB value is (121,125,203).

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

The process color (four color CMYK) of #797dcb color hex is 0.40, 0.38, 0.00, 0.20. Web safe color of #797dcb is #6666cc. Color #797dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 11001011
Octal 171 175 313
Decimal 121 125 203
Hex 79 7D CB

RGB Percentages of Color #797dcb

%26.95
%27.84
%45.21

CMYK Percentages of Color #797dcb

%40
%38
%0
%20

Triadic Colors of #797dcb

#797dcb #cb797d #7dcb79

Analogous Colors of #797dcb

#797dcb #9e79cb #79a6cb

Monochromatic Colors of #797dcb

#797dcb

Complementary Color

#797dcb #cbc779

#797dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#797dcb Color CSS Codes

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

#797dcb Text Font Color

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

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


#797dcb Background Color

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

This div background color is #797dcb


#797dcb Border Color

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

This div border color is #797dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797dcb


Comments

No comments written yet.

Please login to write comment.