Color Hex Logo

#796fdb Color Hex

#796FDB
(121,111,219)
0 Favorites   0 Comments

Color spaces of #796fdb

RGB 121111219
HSL0.680.600.65
HSV246°49°86°
CMYK 0.450.490.00   0.14
XYZ26.355820.548369.5950
Yxy20.54830.22620.1764
Hunter Lab45.330224.4552-59.2961
CIE-Lab52.451630.9990-54.2605

#796fdb color RGB value is (121,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101111 11011011
Octal 171 157 333
Decimal 121 111 219
Hex 79 6F DB

RGB Percentages of Color #796fdb

%26.83
%24.61
%48.56

CMYK Percentages of Color #796fdb

%45
%49
%0
%14

Triadic Colors of #796fdb

#796fdb #db796f #6fdb79

Analogous Colors of #796fdb

#796fdb #af6fdb #6f9bdb

Monochromatic Colors of #796fdb

#796fdb

Complementary Color

#796fdb #d1db6f

#796fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#796fdb Color CSS Codes

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

#796fdb Text Font Color

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

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


#796fdb Background Color

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

This div background color is #796fdb


#796fdb Border Color

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

This div border color is #796fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796fdb


Comments

No comments written yet.

Please login to write comment.