Color Hex Logo

#798eeb Color Hex

#798EEB
(121,142,235)
0 Favorites   0 Comments

Color spaces of #798eeb

RGB 121142235
HSL0.640.740.70
HSV229°49°92°
CMYK 0.490.400.00   0.08
XYZ32.553629.409182.5580
Yxy29.40910.22530.2035
Hunter Lab54.230212.2483-52.2998
CIE-Lab61.141017.3256-49.3723

#798eeb color RGB value is (121,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001110 11101011
Octal 171 216 353
Decimal 121 142 235
Hex 79 8E EB

RGB Percentages of Color #798eeb

%24.30
%28.51
%47.19

CMYK Percentages of Color #798eeb

%49
%40
%0
%8

Triadic Colors of #798eeb

#798eeb #eb798e #8eeb79

Analogous Colors of #798eeb

#798eeb #9d79eb #79c7eb

Monochromatic Colors of #798eeb

#798eeb

Complementary Color

#798eeb #ebd679

#798eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#798eeb Color CSS Codes

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

#798eeb Text Font Color

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

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


#798eeb Background Color

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

This div background color is #798eeb


#798eeb Border Color

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

This div border color is #798eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798eeb


Comments

No comments written yet.

Please login to write comment.