Color Hex Logo

#799bfd Color Hex

#799BFD
(121,155,253)
0 Favorites   0 Comments

Color spaces of #799bfd

RGB 121155253
HSL0.620.970.73
HSV225°52°99°
CMYK 0.520.390.00   0.01
XYZ37.336134.599597.6390
Yxy34.59950.22020.2040
Hunter Lab58.821310.3633-57.2420
CIE-Lab65.435715.1689-52.4577

#799bfd color RGB value is (121,155,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011011 11111101
Octal 171 233 375
Decimal 121 155 253
Hex 79 9B FD

RGB Percentages of Color #799bfd

%22.87
%29.30
%47.83

CMYK Percentages of Color #799bfd

%52
%39
%0
%1

Triadic Colors of #799bfd

#799bfd #fd799b #9bfd79

Analogous Colors of #799bfd

#799bfd #9979fd #79ddfd

Monochromatic Colors of #799bfd

#799bfd

Complementary Color

#799bfd #fddb79

#799bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#799bfd Color CSS Codes

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

#799bfd Text Font Color

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

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


#799bfd Background Color

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

This div background color is #799bfd


#799bfd Border Color

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

This div border color is #799bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.