Color Hex Logo

#798acf Color Hex

#798ACF
(121,138,207)
0 Favorites   0 Comments

Color spaces of #798acf

RGB 121138207
HSL0.630.470.64
HSV228°42°81°
CMYK 0.420.330.00   0.19
XYZ28.236126.746962.7059
Yxy26.74690.23990.2273
Hunter Lab51.71746.9500-35.6853
CIE-Lab58.739311.4729-37.5363

#798acf color RGB value is (121,138,207).

#798acf hex color red value is 121, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #798acf hue: 0.63 , saturation: 0.47 and the lightness value of 798acf is 0.64.

The process color (four color CMYK) of #798acf color hex is 0.42, 0.33, 0.00, 0.19. Web safe color of #798acf is #6699cc. Color #798acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 11001111
Octal 171 212 317
Decimal 121 138 207
Hex 79 8A CF

RGB Percentages of Color #798acf

%25.97
%29.61
%44.42

CMYK Percentages of Color #798acf

%42
%33
%0
%19

Triadic Colors of #798acf

#798acf #cf798a #8acf79

Analogous Colors of #798acf

#798acf #9379cf #79b5cf

Monochromatic Colors of #798acf

#798acf

Complementary Color

#798acf #cfbe79

#798acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#798acf Color CSS Codes

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

#798acf Text Font Color

<p style="color:#798acf">Text here</p>

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


#798acf Background Color

<div style="background-color:#798acf">
Div content here</div>

This div background color is #798acf


#798acf Border Color

<div style="border:3px solid #798acf">
Div here</div>

This div border color is #798acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,138,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #798acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #798acf;
  -webkit-box-shadow: 1px 1px 3px 2px #798acf;
  box-shadow:         1px 1px 3px 2px #798acf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798acf


Comments

No comments written yet.

Please login to write comment.