Color Hex Logo

#795bff Color Hex

#795BFF
(121,91,255)
0 Favorites   0 Comments

Color spaces of #795bff

RGB 12191255
HSL0.701.000.68
HSV251°64°100°
CMYK 0.530.640.00   0.00
XYZ29.676218.767196.6660
Yxy18.76710.20450.1293
Hunter Lab43.321046.4661-101.9743
CIE-Lab50.413652.9377-77.7150

#795bff color RGB value is (121,91,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011011 11111111
Octal 171 133 377
Decimal 121 91 255
Hex 79 5B FF

RGB Percentages of Color #795bff

%25.91
%19.49
%54.60

CMYK Percentages of Color #795bff

%53
%64
%0
%0

Triadic Colors of #795bff

#795bff #ff795b #5bff79

Analogous Colors of #795bff

#795bff #cb5bff #5b8fff

Monochromatic Colors of #795bff

#795bff

Complementary Color

#795bff #e1ff5b

#795bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#795bff Color CSS Codes

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

#795bff Text Font Color

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

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


#795bff Background Color

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

This div background color is #795bff


#795bff Border Color

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

This div border color is #795bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795bff

Related Colors

#795bff Color Palettes


Comments

No comments written yet.

Please login to write comment.