Color Hex Logo

#798ecb Color Hex

#798ECB
(121,142,203)
0 Favorites   0 Comments

Color spaces of #798ecb

RGB 121142203
HSL0.620.440.64
HSV225°40°80°
CMYK 0.400.300.00   0.20
XYZ28.337727.722760.3574
Yxy27.72270.24340.2381
Hunter Lab52.65243.9278-31.1097
CIE-Lab59.63748.0016-33.8841

#798ecb color RGB value is (121,142,203).

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

The process color (four color CMYK) of #798ecb color hex is 0.40, 0.30, 0.00, 0.20. Web safe color of #798ecb is #6699cc. Color #798ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001110 11001011
Octal 171 216 313
Decimal 121 142 203
Hex 79 8E CB

RGB Percentages of Color #798ecb

%25.97
%30.47
%43.56

CMYK Percentages of Color #798ecb

%40
%30
%0
%20

Triadic Colors of #798ecb

#798ecb #cb798e #8ecb79

Analogous Colors of #798ecb

#798ecb #8d79cb #79b7cb

Monochromatic Colors of #798ecb

#798ecb

Complementary Color

#798ecb #cbb679

#798ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#798ecb Color CSS Codes

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

#798ecb Text Font Color

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

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


#798ecb Background Color

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

This div background color is #798ecb


#798ecb Border Color

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

This div border color is #798ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798ecb


Comments

No comments written yet.

Please login to write comment.