Color Hex Logo

#793bad Color Hex

#793BAD
(121,59,173)
0 Favorites   0 Comments

Color spaces of #793bad

RGB 12159173
HSL0.760.490.45
HSV273°66°68°
CMYK 0.300.660.00   0.32
XYZ16.991910.210040.6103
Yxy10.21000.25060.1506
Hunter Lab31.953139.0042-52.9866
CIE-Lab38.216747.9755-50.4874

#793bad color RGB value is (121,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111011 10101101
Octal 171 73 255
Decimal 121 59 173
Hex 79 3B AD

RGB Percentages of Color #793bad

%34.28
%16.71
%49.01

CMYK Percentages of Color #793bad

%30
%66
%0
%32

Triadic Colors of #793bad

#793bad #ad793b #3bad79

Analogous Colors of #793bad

#793bad #ad3ba8 #403bad

Monochromatic Colors of #793bad

#793bad

Complementary Color

#793bad #6fad3b

#793bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#793bad Color CSS Codes

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

#793bad Text Font Color

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

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


#793bad Background Color

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

This div background color is #793bad


#793bad Border Color

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

This div border color is #793bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793bad


Comments

No comments written yet.

Please login to write comment.