Color Hex Logo

#795bfd Color Hex

#795BFD
(121,91,253)
0 Favorites   0 Comments

Color spaces of #795bfd

RGB 12191253
HSL0.700.980.67
HSV251°64°99°
CMYK 0.520.640.00   0.01
XYZ29.355918.639094.9790
Yxy18.63900.20530.1304
Hunter Lab43.172945.8205-100.2150
CIE-Lab50.262252.3657-76.8513

#795bfd color RGB value is (121,91,253).

#795bfd hex color red value is 121, green value is 91 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #795bfd hue: 0.70 , saturation: 0.98 and the lightness value of 795bfd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011011 11111101
Octal 171 133 375
Decimal 121 91 253
Hex 79 5B FD

RGB Percentages of Color #795bfd

%26.02
%19.57
%54.41

CMYK Percentages of Color #795bfd

%52
%64
%0
%1

Triadic Colors of #795bfd

#795bfd #fd795b #5bfd79

Analogous Colors of #795bfd

#795bfd #ca5bfd #5b8efd

Monochromatic Colors of #795bfd

#795bfd

Complementary Color

#795bfd #dffd5b

#795bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#795bfd Color CSS Codes

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

#795bfd Text Font Color

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

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


#795bfd Background Color

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

This div background color is #795bfd


#795bfd Border Color

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

This div border color is #795bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795bfd


Comments

No comments written yet.

Please login to write comment.