Color Hex Logo

#793aaf Color Hex

#793AAF
(121,58,175)
0 Favorites   0 Comments

Color spaces of #793aaf

RGB 12158175
HSL0.760.500.46
HSV272°67°69°
CMYK 0.310.670.00   0.31
XYZ17.136110.186241.6204
Yxy10.18620.24860.1477
Hunter Lab31.915839.9867-54.9771
CIE-Lab38.174648.9517-51.7439

#793aaf color RGB value is (121,58,175).

#793aaf hex color red value is 121, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #793aaf hue: 0.76 , saturation: 0.50 and the lightness value of 793aaf is 0.46.

The process color (four color CMYK) of #793aaf color hex is 0.31, 0.67, 0.00, 0.31. Web safe color of #793aaf is #663399. Color #793aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111010 10101111
Octal 171 72 257
Decimal 121 58 175
Hex 79 3A AF

RGB Percentages of Color #793aaf

%34.18
%16.38
%49.44

CMYK Percentages of Color #793aaf

%31
%67
%0
%31

Triadic Colors of #793aaf

#793aaf #af793a #3aaf79

Analogous Colors of #793aaf

#793aaf #af3aab #3f3aaf

Monochromatic Colors of #793aaf

#793aaf

Complementary Color

#793aaf #70af3a

#793aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#793aaf Color CSS Codes

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

#793aaf Text Font Color

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

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


#793aaf Background Color

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

This div background color is #793aaf


#793aaf Border Color

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

This div border color is #793aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793aaf


Comments

No comments written yet.

Please login to write comment.