Color Hex Logo

#793cac Color Hex

#793CAC
(121,60,172)
0 Favorites   0 Comments

Color spaces of #793cac

RGB 12160172
HSL0.760.480.45
HSV273°65°67°
CMYK 0.300.650.00   0.33
XYZ16.947410.275240.1198
Yxy10.27520.25170.1526
Hunter Lab32.055038.2765-51.7686
CIE-Lab38.331947.2330-49.7069

#793cac color RGB value is (121,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111100 10101100
Octal 171 74 254
Decimal 121 60 172
Hex 79 3C AC

RGB Percentages of Color #793cac

%34.28
%17.00
%48.73

CMYK Percentages of Color #793cac

%30
%65
%0
%33

Triadic Colors of #793cac

#793cac #ac793c #3cac79

Analogous Colors of #793cac

#793cac #ac3ca7 #413cac

Monochromatic Colors of #793cac

#793cac

Complementary Color

#793cac #6fac3c

#793cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#793cac Color CSS Codes

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

#793cac Text Font Color

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

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


#793cac Background Color

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

This div background color is #793cac


#793cac Border Color

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

This div border color is #793cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793cac


Comments

No comments written yet.

Please login to write comment.