Color Hex Logo

#795bfb Color Hex

#795BFB
(121,91,251)
0 Favorites   0 Comments

Color spaces of #795bfb

RGB 12191251
HSL0.700.950.67
HSV251°64°98°
CMYK 0.520.640.00   0.02
XYZ29.038818.512293.3095
Yxy18.51220.20620.1314
Hunter Lab43.025845.1773-98.4634
CIE-Lab50.111551.7935-75.9847

#795bfb color RGB value is (121,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011011 11111011
Octal 171 133 373
Decimal 121 91 251
Hex 79 5B FB

RGB Percentages of Color #795bfb

%26.13
%19.65
%54.21

CMYK Percentages of Color #795bfb

%52
%64
%0
%2

Triadic Colors of #795bfb

#795bfb #fb795b #5bfb79

Analogous Colors of #795bfb

#795bfb #c95bfb #5b8dfb

Monochromatic Colors of #795bfb

#795bfb

Complementary Color

#795bfb #ddfb5b

#795bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#795bfb Color CSS Codes

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

#795bfb Text Font Color

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

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


#795bfb Background Color

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

This div background color is #795bfb


#795bfb Border Color

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

This div border color is #795bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795bfb


Comments

No comments written yet.

Please login to write comment.