Color Hex Logo

#793fed Color Hex

#793FED
(121,63,237)
0 Favorites   0 Comments

Color spaces of #793fed

RGB 12163237
HSL0.720.830.59
HSV260°73°93°
CMYK 0.490.730.00   0.07
XYZ24.948713.734481.4568
Yxy13.73440.20770.1143
Hunter Lab37.060055.3110-104.3759
CIE-Lab43.849662.1675-78.3706

#793fed color RGB value is (121,63,237).

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

The process color (four color CMYK) of #793fed color hex is 0.49, 0.73, 0.00, 0.07. Web safe color of #793fed is #6633ff. Color #793fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111111 11101101
Octal 171 77 355
Decimal 121 63 237
Hex 79 3F ED

RGB Percentages of Color #793fed

%28.74
%14.96
%56.29

CMYK Percentages of Color #793fed

%49
%73
%0
%7

Triadic Colors of #793fed

#793fed #ed793f #3fed79

Analogous Colors of #793fed

#793fed #d03fed #3f5ced

Monochromatic Colors of #793fed

#793fed

Complementary Color

#793fed #b3ed3f

#793fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#793fed Color CSS Codes

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

#793fed Text Font Color

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

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


#793fed Background Color

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

This div background color is #793fed


#793fed Border Color

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

This div border color is #793fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793fed


Comments

No comments written yet.

Please login to write comment.