Color Hex Logo

#799aea Color Hex

#799AEA
(121,154,234)
0 Favorites   0 Comments

Color spaces of #799aea

RGB 121154234
HSL0.620.730.70
HSV222°48°92°
CMYK 0.480.340.00   0.08
XYZ34.292033.116782.4267
Yxy33.11670.22890.2210
Hunter Lab57.54715.6597-44.6401
CIE-Lab64.255310.0213-43.9061

#799aea color RGB value is (121,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011010 11101010
Octal 171 232 352
Decimal 121 154 234
Hex 79 9A EA

RGB Percentages of Color #799aea

%23.77
%30.26
%45.97

CMYK Percentages of Color #799aea

%48
%34
%0
%8

Triadic Colors of #799aea

#799aea #ea799a #9aea79

Analogous Colors of #799aea

#799aea #9179ea #79d3ea

Monochromatic Colors of #799aea

#799aea

Complementary Color

#799aea #eac979

#799aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#799aea Color CSS Codes

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

#799aea Text Font Color

<p style="color:#799aea">Text here</p>

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


#799aea Background Color

<div style="background-color:#799aea">
Div content here</div>

This div background color is #799aea


#799aea Border Color

<div style="border:3px solid #799aea">
Div here</div>

This div border color is #799aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799aea


Comments

No comments written yet.

Please login to write comment.