Color Hex Logo

#798ffd Color Hex

#798FFD
(121,143,253)
0 Favorites   0 Comments

Color spaces of #798ffd

RGB 121143253
HSL0.640.970.73
HSV230°52°99°
CMYK 0.520.430.00   0.01
XYZ35.437230.801797.0061
Yxy30.80170.21710.1887
Hunter Lab55.499316.8514-64.7823
CIE-Lab62.339922.1965-57.3776

#798ffd color RGB value is (121,143,253).

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

The process color (four color CMYK) of #798ffd color hex is 0.52, 0.43, 0.00, 0.01. Web safe color of #798ffd is #6699ff. Color #798ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001111 11111101
Octal 171 217 375
Decimal 121 143 253
Hex 79 8F FD

RGB Percentages of Color #798ffd

%23.40
%27.66
%48.94

CMYK Percentages of Color #798ffd

%52
%43
%0
%1

Triadic Colors of #798ffd

#798ffd #fd798f #8ffd79

Analogous Colors of #798ffd

#798ffd #a579fd #79d1fd

Monochromatic Colors of #798ffd

#798ffd

Complementary Color

#798ffd #fde779

#798ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#798ffd Color CSS Codes

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

#798ffd Text Font Color

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

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


#798ffd Background Color

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

This div background color is #798ffd


#798ffd Border Color

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

This div border color is #798ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.