Color Hex Logo

#796cbd Color Hex

#796CBD
(121,108,189)
0 Favorites   0 Comments

Color spaces of #796cbd

RGB 121108189
HSL0.690.380.58
HSV250°43°74°
CMYK 0.360.430.00   0.26
XYZ22.433018.464250.5257
Yxy18.46420.24540.2020
Hunter Lab42.970017.9906-39.6364
CIE-Lab50.054424.2790-40.9523

#796cbd color RGB value is (121,108,189).

#796cbd hex color red value is 121, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #796cbd hue: 0.69 , saturation: 0.38 and the lightness value of 796cbd is 0.58.

The process color (four color CMYK) of #796cbd color hex is 0.36, 0.43, 0.00, 0.26. Web safe color of #796cbd is #6666cc. Color #796cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101100 10111101
Octal 171 154 275
Decimal 121 108 189
Hex 79 6C BD

RGB Percentages of Color #796cbd

%28.95
%25.84
%45.22

CMYK Percentages of Color #796cbd

%36
%43
%0
%26

Triadic Colors of #796cbd

#796cbd #bd796c #6cbd79

Analogous Colors of #796cbd

#796cbd #a26cbd #6c88bd

Monochromatic Colors of #796cbd

#796cbd

Complementary Color

#796cbd #b0bd6c

#796cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#796cbd Color CSS Codes

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

#796cbd Text Font Color

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

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


#796cbd Background Color

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

This div background color is #796cbd


#796cbd Border Color

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

This div border color is #796cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796cbd


Comments

No comments written yet.

Please login to write comment.