Color Hex Logo

#796ddf Color Hex

#796DDF
(121,109,223)
0 Favorites   0 Comments

Color spaces of #796ddf

RGB 121109223
HSL0.680.640.65
HSV246°51°87°
CMYK 0.460.510.00   0.13
XYZ26.673120.329972.3303
Yxy20.32990.22350.1704
Hunter Lab45.088726.6900-63.5496
CIE-Lab52.208233.3513-56.9083

#796ddf color RGB value is (121,109,223).

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

The process color (four color CMYK) of #796ddf color hex is 0.46, 0.51, 0.00, 0.13. Web safe color of #796ddf is #6666cc. Color #796ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101101 11011111
Octal 171 155 337
Decimal 121 109 223
Hex 79 6D DF

RGB Percentages of Color #796ddf

%26.71
%24.06
%49.23

CMYK Percentages of Color #796ddf

%46
%51
%0
%13

Triadic Colors of #796ddf

#796ddf #df796d #6ddf79

Analogous Colors of #796ddf

#796ddf #b26ddf #6d9adf

Monochromatic Colors of #796ddf

#796ddf

Complementary Color

#796ddf #d3df6d

#796ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#796ddf Color CSS Codes

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

#796ddf Text Font Color

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

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


#796ddf Background Color

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

This div background color is #796ddf


#796ddf Border Color

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

This div border color is #796ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796ddf


Comments

No comments written yet.

Please login to write comment.