Color Hex Logo

#793cfb Color Hex

#793CFB
(121,60,251)
0 Favorites   0 Comments

Color spaces of #793cfb

RGB 12160251
HSL0.720.960.61
HSV259°76°98°
CMYK 0.520.760.00   0.02
XYZ26.913614.261792.6011
Yxy14.26170.20120.1066
Hunter Lab37.764761.1227-118.9472
CIE-Lab44.605967.1005-84.9952

#793cfb color RGB value is (121,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111100 11111011
Octal 171 74 373
Decimal 121 60 251
Hex 79 3C FB

RGB Percentages of Color #793cfb

%28.01
%13.89
%58.10

CMYK Percentages of Color #793cfb

%52
%76
%0
%2

Triadic Colors of #793cfb

#793cfb #fb793c #3cfb79

Analogous Colors of #793cfb

#793cfb #d93cfb #3c5efb

Monochromatic Colors of #793cfb

#793cfb

Complementary Color

#793cfb #befb3c

#793cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#793cfb Color CSS Codes

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

#793cfb Text Font Color

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

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


#793cfb Background Color

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

This div background color is #793cfb


#793cfb Border Color

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

This div border color is #793cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793cfb


Comments

No comments written yet.

Please login to write comment.