Color Hex Logo

#798bea Color Hex

#798BEA
(121,139,234)
0 Favorites   0 Comments

Color spaces of #798bea

RGB 121139234
HSL0.640.730.70
HSV230°48°92°
CMYK 0.480.410.00   0.08
XYZ31.969128.470781.6523
Yxy28.47070.22500.2004
Hunter Lab53.357913.5708-53.3794
CIE-Lab60.311618.7940-50.1329

#798bea color RGB value is (121,139,234).

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

The process color (four color CMYK) of #798bea color hex is 0.48, 0.41, 0.00, 0.08. Web safe color of #798bea is #6699ff. Color #798bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001011 11101010
Octal 171 213 352
Decimal 121 139 234
Hex 79 8B EA

RGB Percentages of Color #798bea

%24.49
%28.14
%47.37

CMYK Percentages of Color #798bea

%48
%41
%0
%8

Triadic Colors of #798bea

#798bea #ea798b #8bea79

Analogous Colors of #798bea

#798bea #a079ea #79c4ea

Monochromatic Colors of #798bea

#798bea

Complementary Color

#798bea #ead879

#798bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#798bea Color CSS Codes

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

#798bea Text Font Color

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

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


#798bea Background Color

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

This div background color is #798bea


#798bea Border Color

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

This div border color is #798bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798bea


Comments

No comments written yet.

Please login to write comment.