Color Hex Logo

#796fdd Color Hex

#796FDD
(121,111,221)
0 Favorites   0 Comments

Color spaces of #796fdd

RGB 121111221
HSL0.680.620.65
HSV245°50°87°
CMYK 0.450.500.00   0.13
XYZ26.620720.654370.9902
Yxy20.65430.22510.1746
Hunter Lab45.447025.0246-60.8007
CIE-Lab52.569131.5813-55.2016

#796fdd color RGB value is (121,111,221).

#796fdd hex color red value is 121, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #796fdd hue: 0.68 , saturation: 0.62 and the lightness value of 796fdd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101111 11011101
Octal 171 157 335
Decimal 121 111 221
Hex 79 6F DD

RGB Percentages of Color #796fdd

%26.71
%24.50
%48.79

CMYK Percentages of Color #796fdd

%45
%50
%0
%13

Triadic Colors of #796fdd

#796fdd #dd796f #6fdd79

Analogous Colors of #796fdd

#796fdd #b06fdd #6f9cdd

Monochromatic Colors of #796fdd

#796fdd

Complementary Color

#796fdd #d3dd6f

#796fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#796fdd Color CSS Codes

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

#796fdd Text Font Color

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

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


#796fdd Background Color

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

This div background color is #796fdd


#796fdd Border Color

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

This div border color is #796fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796fdd


Comments

No comments written yet.

Please login to write comment.