Color Hex Logo

#796bda Color Hex

#796BDA
(121,107,218)
0 Favorites   0 Comments

Color spaces of #796bda

RGB 121107218
HSL0.690.600.64
HSV248°51°85°
CMYK 0.440.510.00   0.15
XYZ25.797719.642368.7613
Yxy19.64230.22590.1720
Hunter Lab44.319626.3424-60.9639
CIE-Lab51.430433.0829-55.3305

#796bda color RGB value is (121,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101011 11011010
Octal 171 153 332
Decimal 121 107 218
Hex 79 6B DA

RGB Percentages of Color #796bda

%27.13
%23.99
%48.88

CMYK Percentages of Color #796bda

%44
%51
%0
%15

Triadic Colors of #796bda

#796bda #da796b #6bda79

Analogous Colors of #796bda

#796bda #b16bda #6b95da

Monochromatic Colors of #796bda

#796bda

Complementary Color

#796bda #ccda6b

#796bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#796bda Color CSS Codes

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

#796bda Text Font Color

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

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


#796bda Background Color

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

This div background color is #796bda


#796bda Border Color

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

This div border color is #796bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796bda


Comments

No comments written yet.

Please login to write comment.