Color Hex Logo

#796eee Color Hex

#796EEE
(121,110,238)
0 Favorites   0 Comments

Color spaces of #796eee

RGB 121110238
HSL0.680.790.68
HSV245°54°93°
CMYK 0.490.540.00   0.07
XYZ28.893721.389983.4947
Yxy21.38990.21600.1599
Hunter Lab46.249230.5798-74.6631
CIE-Lab53.373637.1711-63.4515

#796eee color RGB value is (121,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101110 11101110
Octal 171 156 356
Decimal 121 110 238
Hex 79 6E EE

RGB Percentages of Color #796eee

%25.80
%23.45
%50.75

CMYK Percentages of Color #796eee

%49
%54
%0
%7

Triadic Colors of #796eee

#796eee #ee796e #6eee79

Analogous Colors of #796eee

#796eee #b96eee #6ea3ee

Monochromatic Colors of #796eee

#796eee

Complementary Color

#796eee #e3ee6e

#796eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#796eee Color CSS Codes

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

#796eee Text Font Color

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

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


#796eee Background Color

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

This div background color is #796eee


#796eee Border Color

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

This div border color is #796eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796eee


Comments

No comments written yet.

Please login to write comment.