Color Hex Logo

#796bdb Color Hex

#796BDB
(121,107,219)
0 Favorites   0 Comments

Color spaces of #796bdb

RGB 121107219
HSL0.690.610.64
HSV248°51°86°
CMYK 0.450.510.00   0.14
XYZ25.929019.694869.4527
Yxy19.69480.22530.1711
Hunter Lab44.378826.6284-61.7235
CIE-Lab51.490433.3724-55.8002

#796bdb color RGB value is (121,107,219).

#796bdb hex color red value is 121, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #796bdb hue: 0.69 , saturation: 0.61 and the lightness value of 796bdb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101011 11011011
Octal 171 153 333
Decimal 121 107 219
Hex 79 6B DB

RGB Percentages of Color #796bdb

%27.07
%23.94
%48.99

CMYK Percentages of Color #796bdb

%45
%51
%0
%14

Triadic Colors of #796bdb

#796bdb #db796b #6bdb79

Analogous Colors of #796bdb

#796bdb #b16bdb #6b95db

Monochromatic Colors of #796bdb

#796bdb

Complementary Color

#796bdb #cddb6b

#796bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#796bdb Color CSS Codes

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

#796bdb Text Font Color

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

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


#796bdb Background Color

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

This div background color is #796bdb


#796bdb Border Color

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

This div border color is #796bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796bdb


Comments

No comments written yet.

Please login to write comment.