Color Hex Logo

#796fdc Color Hex

#796FDC
(121,111,220)
0 Favorites   0 Comments

Color spaces of #796fdc

RGB 121111220
HSL0.680.610.65
HSV246°50°86°
CMYK 0.450.500.00   0.14
XYZ26.487920.601170.2905
Yxy20.60110.22570.1755
Hunter Lab45.388424.7397-60.0472
CIE-Lab52.510131.2903-54.7315

#796fdc color RGB value is (121,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101111 11011100
Octal 171 157 334
Decimal 121 111 220
Hex 79 6F DC

RGB Percentages of Color #796fdc

%26.77
%24.56
%48.67

CMYK Percentages of Color #796fdc

%45
%50
%0
%14

Triadic Colors of #796fdc

#796fdc #dc796f #6fdc79

Analogous Colors of #796fdc

#796fdc #b06fdc #6f9cdc

Monochromatic Colors of #796fdc

#796fdc

Complementary Color

#796fdc #d2dc6f

#796fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#796fdc Color CSS Codes

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

#796fdc Text Font Color

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

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


#796fdc Background Color

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

This div background color is #796fdc


#796fdc Border Color

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

This div border color is #796fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796fdc


Comments

No comments written yet.

Please login to write comment.