Color Hex Logo

#796cfd Color Hex

#796CFD
(121,108,253)
0 Favorites   0 Comments

Color spaces of #796cfd

RGB 121108253
HSL0.680.970.71
HSV245°57°99°
CMYK 0.520.570.00   0.01
XYZ30.977321.881995.5195
Yxy21.88190.20880.1475
Hunter Lab46.778136.3443-88.3238
CIE-Lab53.901542.7903-70.9384

#796cfd color RGB value is (121,108,253).

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

The process color (four color CMYK) of #796cfd color hex is 0.52, 0.57, 0.00, 0.01. Web safe color of #796cfd is #6666ff. Color #796cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101100 11111101
Octal 171 154 375
Decimal 121 108 253
Hex 79 6C FD

RGB Percentages of Color #796cfd

%25.10
%22.41
%52.49

CMYK Percentages of Color #796cfd

%52
%57
%0
%1

Triadic Colors of #796cfd

#796cfd #fd796c #6cfd79

Analogous Colors of #796cfd

#796cfd #c26cfd #6ca8fd

Monochromatic Colors of #796cfd

#796cfd

Complementary Color

#796cfd #f0fd6c

#796cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#796cfd Color CSS Codes

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

#796cfd Text Font Color

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

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


#796cfd Background Color

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

This div background color is #796cfd


#796cfd Border Color

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

This div border color is #796cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.