Color Hex Logo

#793fad Color Hex

#793FAD
(121,63,173)
0 Favorites   0 Comments

Color spaces of #793fad

RGB 12163173
HSL0.750.470.46
HSV272°64°68°
CMYK 0.300.640.00   0.32
XYZ17.205510.637140.6815
Yxy10.63710.25110.1552
Hunter Lab32.614637.0905-51.1247
CIE-Lab38.962445.9366-49.2858

#793fad color RGB value is (121,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111111 10101101
Octal 171 77 255
Decimal 121 63 173
Hex 79 3F AD

RGB Percentages of Color #793fad

%33.89
%17.65
%48.46

CMYK Percentages of Color #793fad

%30
%64
%0
%32

Triadic Colors of #793fad

#793fad #ad793f #3fad79

Analogous Colors of #793fad

#793fad #ad3faa #423fad

Monochromatic Colors of #793fad

#793fad

Complementary Color

#793fad #73ad3f

#793fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#793fad Color CSS Codes

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

#793fad Text Font Color

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

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


#793fad Background Color

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

This div background color is #793fad


#793fad Border Color

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

This div border color is #793fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793fad


Comments

No comments written yet.

Please login to write comment.