Color Hex Logo

#793dab Color Hex

#793DAB
(121,61,171)
0 Favorites   0 Comments

Color spaces of #793dab

RGB 12161171
HSL0.760.470.45
HSV273°64°67°
CMYK 0.290.640.00   0.33
XYZ16.904610.342739.6334
Yxy10.34270.25280.1546
Hunter Lab32.160137.5465-50.5557
CIE-Lab38.450646.4842-48.9204

#793dab color RGB value is (121,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111101 10101011
Octal 171 75 253
Decimal 121 61 171
Hex 79 3D AB

RGB Percentages of Color #793dab

%34.28
%17.28
%48.44

CMYK Percentages of Color #793dab

%29
%64
%0
%33

Triadic Colors of #793dab

#793dab #ab793d #3dab79

Analogous Colors of #793dab

#793dab #ab3da6 #423dab

Monochromatic Colors of #793dab

#793dab

Complementary Color

#793dab #6fab3d

#793dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#793dab Color CSS Codes

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

#793dab Text Font Color

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

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


#793dab Background Color

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

This div background color is #793dab


#793dab Border Color

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

This div border color is #793dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793dab


Comments

No comments written yet.

Please login to write comment.