Color Hex Logo

#798ecf Color Hex

#798ECF
(121,142,207)
0 Favorites   0 Comments

Color spaces of #798ecf

RGB 121142207
HSL0.630.470.64
HSV225°42°81°
CMYK 0.420.310.00   0.19
XYZ28.820627.915962.9008
Yxy27.91590.24090.2333
Hunter Lab52.83554.9057-33.6001
CIE-Lab59.81279.1327-35.8579

#798ecf color RGB value is (121,142,207).

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

The process color (four color CMYK) of #798ecf color hex is 0.42, 0.31, 0.00, 0.19. Web safe color of #798ecf is #6699cc. Color #798ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001110 11001111
Octal 171 216 317
Decimal 121 142 207
Hex 79 8E CF

RGB Percentages of Color #798ecf

%25.74
%30.21
%44.04

CMYK Percentages of Color #798ecf

%42
%31
%0
%19

Triadic Colors of #798ecf

#798ecf #cf798e #8ecf79

Analogous Colors of #798ecf

#798ecf #8f79cf #79b9cf

Monochromatic Colors of #798ecf

#798ecf

Complementary Color

#798ecf #cfba79

#798ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#798ecf Color CSS Codes

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

#798ecf Text Font Color

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

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


#798ecf Background Color

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

This div background color is #798ecf


#798ecf Border Color

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

This div border color is #798ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798ecf


Comments

No comments written yet.

Please login to write comment.