Color Hex Logo

#796eef Color Hex

#796EEF
(121,110,239)
0 Favorites   0 Comments

Color spaces of #796eef

RGB 121110239
HSL0.680.800.68
HSV245°54°94°
CMYK 0.490.540.00   0.06
XYZ29.041121.448884.2708
Yxy21.44880.21550.1592
Hunter Lab46.312830.8834-75.4650
CIE-Lab53.437237.4676-63.9073

#796eef color RGB value is (121,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101110 11101111
Octal 171 156 357
Decimal 121 110 239
Hex 79 6E EF

RGB Percentages of Color #796eef

%25.74
%23.40
%50.85

CMYK Percentages of Color #796eef

%49
%54
%0
%6

Triadic Colors of #796eef

#796eef #ef796e #6eef79

Analogous Colors of #796eef

#796eef #ba6eef #6ea4ef

Monochromatic Colors of #796eef

#796eef

Complementary Color

#796eef #e4ef6e

#796eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#796eef Color CSS Codes

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

#796eef Text Font Color

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

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


#796eef Background Color

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

This div background color is #796eef


#796eef Border Color

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

This div border color is #796eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796eef


Comments

No comments written yet.

Please login to write comment.