Color Hex Logo

#796bdc Color Hex

#796BDC
(121,107,220)
0 Favorites   0 Comments

Color spaces of #796bdc

RGB 121107220
HSL0.690.620.64
HSV247°51°86°
CMYK 0.450.510.00   0.14
XYZ26.061119.747670.1483
Yxy19.74760.22470.1703
Hunter Lab44.438326.9155-62.4858
CIE-Lab51.550633.6625-56.2692

#796bdc color RGB value is (121,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101011 11011100
Octal 171 153 334
Decimal 121 107 220
Hex 79 6B DC

RGB Percentages of Color #796bdc

%27.01
%23.88
%49.11

CMYK Percentages of Color #796bdc

%45
%51
%0
%14

Triadic Colors of #796bdc

#796bdc #dc796b #6bdc79

Analogous Colors of #796bdc

#796bdc #b26bdc #6b96dc

Monochromatic Colors of #796bdc

#796bdc

Complementary Color

#796bdc #cedc6b

#796bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#796bdc Color CSS Codes

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

#796bdc Text Font Color

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

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


#796bdc Background Color

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

This div background color is #796bdc


#796bdc Border Color

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

This div border color is #796bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796bdc


Comments

No comments written yet.

Please login to write comment.