Color Hex Logo

#798afa Color Hex

#798AFA
(121,138,250)
0 Favorites   0 Comments

Color spaces of #798afa

RGB 121138250
HSL0.640.930.73
HSV232°52°98°
CMYK 0.520.450.00   0.02
XYZ34.229029.144094.2638
Yxy29.14400.21710.1849
Hunter Lab53.985218.7028-65.7369
CIE-Lab60.908524.2290-58.0147

#798afa color RGB value is (121,138,250).

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

The process color (four color CMYK) of #798afa color hex is 0.52, 0.45, 0.00, 0.02. Web safe color of #798afa is #6699ff. Color #798afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 11111010
Octal 171 212 372
Decimal 121 138 250
Hex 79 8A FA

RGB Percentages of Color #798afa

%23.77
%27.11
%49.12

CMYK Percentages of Color #798afa

%52
%45
%0
%2

Triadic Colors of #798afa

#798afa #fa798a #8afa79

Analogous Colors of #798afa

#798afa #a979fa #79cbfa

Monochromatic Colors of #798afa

#798afa

Complementary Color

#798afa #fae979

#798afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#798afa Color CSS Codes

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

#798afa Text Font Color

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

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


#798afa Background Color

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

This div background color is #798afa


#798afa Border Color

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

This div border color is #798afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798afa


Comments

No comments written yet.

Please login to write comment.