Color Hex Logo

#796bff Color Hex

#796BFF
(121,107,255)
0 Favorites   0 Comments

Color spaces of #796bff

RGB 121107255
HSL0.681.000.71
HSV246°58°100°
CMYK 0.530.580.00   0.00
XYZ31.192921.800397.1716
Yxy21.80030.20770.1452
Hunter Lab46.690837.5423-90.7092
CIE-Lab53.814543.9617-72.1859

#796bff color RGB value is (121,107,255).

#796bff hex color red value is 121, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #796bff hue: 0.68 , saturation: 1.00 and the lightness value of 796bff is 0.71.

The process color (four color CMYK) of #796bff color hex is 0.53, 0.58, 0.00, 0.00. Web safe color of #796bff is #6666ff. Color #796bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101011 11111111
Octal 171 153 377
Decimal 121 107 255
Hex 79 6B FF

RGB Percentages of Color #796bff

%25.05
%22.15
%52.80

CMYK Percentages of Color #796bff

%53
%58
%0
%0

Triadic Colors of #796bff

#796bff #ff796b #6bff79

Analogous Colors of #796bff

#796bff #c36bff #6ba7ff

Monochromatic Colors of #796bff

#796bff

Complementary Color

#796bff #f1ff6b

#796bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#796bff Color CSS Codes

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

#796bff Text Font Color

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

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


#796bff Background Color

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

This div background color is #796bff


#796bff Border Color

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

This div border color is #796bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796bff


Comments

No comments written yet.

Please login to write comment.