Color Hex Logo

#793abe Color Hex

#793ABE
(121,58,190)
0 Favorites   0 Comments

Color spaces of #793abe

RGB 12158190
HSL0.750.530.49
HSV269°69°75°
CMYK 0.360.690.00   0.25
XYZ18.692510.808849.8163
Yxy10.80880.23570.1363
Hunter Lab32.876743.9542-66.8251
CIE-Lab39.256652.5930-58.8411

#793abe color RGB value is (121,58,190).

#793abe hex color red value is 121, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #793abe hue: 0.75 , saturation: 0.53 and the lightness value of 793abe is 0.49.

The process color (four color CMYK) of #793abe color hex is 0.36, 0.69, 0.00, 0.25. Web safe color of #793abe is #6633cc. Color #793abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111010 10111110
Octal 171 72 276
Decimal 121 58 190
Hex 79 3A BE

RGB Percentages of Color #793abe

%32.79
%15.72
%51.49

CMYK Percentages of Color #793abe

%36
%69
%0
%25

Triadic Colors of #793abe

#793abe #be793a #3abe79

Analogous Colors of #793abe

#793abe #bb3abe #3a3dbe

Monochromatic Colors of #793abe

#793abe

Complementary Color

#793abe #7fbe3a

#793abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#793abe Color CSS Codes

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

#793abe Text Font Color

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

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


#793abe Background Color

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

This div background color is #793abe


#793abe Border Color

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

This div border color is #793abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793abe


Comments

No comments written yet.

Please login to write comment.