Color Hex Logo

#796def Color Hex

#796DEF
(121,109,239)
0 Favorites   0 Comments

Color spaces of #796def

RGB 121109239
HSL0.680.800.68
HSV246°54°94°
CMYK 0.490.540.00   0.06
XYZ28.933821.234284.2350
Yxy21.23420.21530.1580
Hunter Lab46.080631.4384-76.1253
CIE-Lab53.204938.0539-64.2819

#796def color RGB value is (121,109,239).

#796def hex color red value is 121, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #796def hue: 0.68 , saturation: 0.80 and the lightness value of 796def is 0.68.

The process color (four color CMYK) of #796def color hex is 0.49, 0.54, 0.00, 0.06. Web safe color of #796def is #6666ff. Color #796def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101101 11101111
Octal 171 155 357
Decimal 121 109 239
Hex 79 6D EF

RGB Percentages of Color #796def

%25.80
%23.24
%50.96

CMYK Percentages of Color #796def

%49
%54
%0
%6

Triadic Colors of #796def

#796def #ef796d #6def79

Analogous Colors of #796def

#796def #ba6def #6da2ef

Monochromatic Colors of #796def

#796def

Complementary Color

#796def #e3ef6d

#796def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796def Color Preview on White Background

Lorem ipsum dolor sit amet.

#796def Color CSS Codes

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

#796def Text Font Color

<p style="color:#796def">Text here</p>

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


#796def Background Color

<div style="background-color:#796def">
Div content here</div>

This div background color is #796def


#796def Border Color

<div style="border:3px solid #796def">
Div here</div>

This div border color is #796def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,109,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796def;
  -webkit-box-shadow: 1px 1px 3px 2px #796def;
  box-shadow:         1px 1px 3px 2px #796def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796def


Comments

No comments written yet.

Please login to write comment.