Color Hex Logo

#796edc Color Hex

#796EDC
(121,110,220)
0 Favorites   0 Comments

Color spaces of #796edc

RGB 121110220
HSL0.680.610.65
HSV246°50°86°
CMYK 0.450.500.00   0.14
XYZ26.379420.384170.2543
Yxy20.38410.22540.1742
Hunter Lab45.148825.2832-60.6548
CIE-Lab52.268731.8843-55.1181

#796edc color RGB value is (121,110,220).

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

The process color (four color CMYK) of #796edc color hex is 0.45, 0.50, 0.00, 0.14. Web safe color of #796edc is #6666cc. Color #796edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101110 11011100
Octal 171 156 334
Decimal 121 110 220
Hex 79 6E DC

RGB Percentages of Color #796edc

%26.83
%24.39
%48.78

CMYK Percentages of Color #796edc

%45
%50
%0
%14

Triadic Colors of #796edc

#796edc #dc796e #6edc79

Analogous Colors of #796edc

#796edc #b06edc #6e9adc

Monochromatic Colors of #796edc

#796edc

Complementary Color

#796edc #d1dc6e

#796edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#796edc Color CSS Codes

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

#796edc Text Font Color

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

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


#796edc Background Color

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

This div background color is #796edc


#796edc Border Color

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

This div border color is #796edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796edc


Comments

No comments written yet.

Please login to write comment.