Color Hex Logo

#793ffb Color Hex

#793FFB
(121,63,251)
0 Favorites   0 Comments

Color spaces of #793ffb

RGB 12163251
HSL0.720.960.62
HSV259°75°98°
CMYK 0.520.750.00   0.02
XYZ27.075314.585092.6549
Yxy14.58500.20160.1086
Hunter Lab38.190359.7158-117.1124
CIE-Lab45.060565.7975-84.2482

#793ffb color RGB value is (121,63,251).

#793ffb hex color red value is 121, green value is 63 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #793ffb hue: 0.72 , saturation: 0.96 and the lightness value of 793ffb is 0.62.

The process color (four color CMYK) of #793ffb color hex is 0.52, 0.75, 0.00, 0.02. Web safe color of #793ffb is #6633ff. Color #793ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111111 11111011
Octal 171 77 373
Decimal 121 63 251
Hex 79 3F FB

RGB Percentages of Color #793ffb

%27.82
%14.48
%57.70

CMYK Percentages of Color #793ffb

%52
%75
%0
%2

Triadic Colors of #793ffb

#793ffb #fb793f #3ffb79

Analogous Colors of #793ffb

#793ffb #d73ffb #3f63fb

Monochromatic Colors of #793ffb

#793ffb

Complementary Color

#793ffb #c1fb3f

#793ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#793ffb Color CSS Codes

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

#793ffb Text Font Color

<p style="color:#793ffb">Text here</p>

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


#793ffb Background Color

<div style="background-color:#793ffb">
Div content here</div>

This div background color is #793ffb


#793ffb Border Color

<div style="border:3px solid #793ffb">
Div here</div>

This div border color is #793ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793ffb


Comments

No comments written yet.

Please login to write comment.