Color Hex Logo

#798fea Color Hex

#798FEA
(121,143,234)
0 Favorites   0 Comments

Color spaces of #798fea

RGB 121143234
HSL0.630.730.70
HSV228°48°92°
CMYK 0.480.390.00   0.08
XYZ32.558929.650481.8490
Yxy29.65040.22600.2058
Hunter Lab54.452211.4402-51.0044
CIE-Lab61.351416.4376-48.4860

#798fea color RGB value is (121,143,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001111 11101010
Octal 171 217 352
Decimal 121 143 234
Hex 79 8F EA

RGB Percentages of Color #798fea

%24.30
%28.71
%46.99

CMYK Percentages of Color #798fea

%48
%39
%0
%8

Triadic Colors of #798fea

#798fea #ea798f #8fea79

Analogous Colors of #798fea

#798fea #9c79ea #79c8ea

Monochromatic Colors of #798fea

#798fea

Complementary Color

#798fea #ead479

#798fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#798fea Color CSS Codes

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

#798fea Text Font Color

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

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


#798fea Background Color

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

This div background color is #798fea


#798fea Border Color

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

This div border color is #798fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,143,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 #798fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798fea


Comments

No comments written yet.

Please login to write comment.