Color Hex Logo

#793fac Color Hex

#793FAC
(121,63,172)
0 Favorites   0 Comments

Color spaces of #793fac

RGB 12163172
HSL0.760.460.46
HSV272°63°67°
CMYK 0.300.630.00   0.33
XYZ17.109110.598540.1737
Yxy10.59850.25200.1561
Hunter Lab32.555336.8369-50.3759
CIE-Lab38.895845.6943-48.7987

#793fac color RGB value is (121,63,172).

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

The process color (four color CMYK) of #793fac color hex is 0.30, 0.63, 0.00, 0.33. Web safe color of #793fac is #663399. Color #793fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111111 10101100
Octal 171 77 254
Decimal 121 63 172
Hex 79 3F AC

RGB Percentages of Color #793fac

%33.99
%17.70
%48.31

CMYK Percentages of Color #793fac

%30
%63
%0
%33

Triadic Colors of #793fac

#793fac #ac793f #3fac79

Analogous Colors of #793fac

#793fac #ac3fa9 #433fac

Monochromatic Colors of #793fac

#793fac

Complementary Color

#793fac #72ac3f

#793fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#793fac Color CSS Codes

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

#793fac Text Font Color

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

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


#793fac Background Color

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

This div background color is #793fac


#793fac Border Color

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

This div border color is #793fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793fac


Comments

No comments written yet.

Please login to write comment.