Color Hex Logo

#793eac Color Hex

#793EAC
(121,62,172)
0 Favorites   0 Comments

Color spaces of #793eac

RGB 12162172
HSL0.760.470.46
HSV272°64°67°
CMYK 0.300.640.00   0.33
XYZ17.054210.488840.1554
Yxy10.48880.25190.1549
Hunter Lab32.386437.3192-50.8422
CIE-Lab38.705846.2112-49.1046

#793eac color RGB value is (121,62,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111110 10101100
Octal 171 76 254
Decimal 121 62 172
Hex 79 3E AC

RGB Percentages of Color #793eac

%34.08
%17.46
%48.45

CMYK Percentages of Color #793eac

%30
%64
%0
%33

Triadic Colors of #793eac

#793eac #ac793e #3eac79

Analogous Colors of #793eac

#793eac #ac3ea8 #423eac

Monochromatic Colors of #793eac

#793eac

Complementary Color

#793eac #71ac3e

#793eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#793eac Color CSS Codes

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

#793eac Text Font Color

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

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


#793eac Background Color

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

This div background color is #793eac


#793eac Border Color

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

This div border color is #793eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793eac


Comments

No comments written yet.

Please login to write comment.