Color Hex Logo

#793ab6 Color Hex

#793AB6
(121,58,182)
0 Favorites   0 Comments

Color spaces of #793ab6

RGB 12158182
HSL0.750.520.47
HSV270°68°71°
CMYK 0.340.680.00   0.29
XYZ17.841710.468545.3362
Yxy10.46850.24230.1421
Hunter Lab32.355141.8097-60.4291
CIE-Lab38.670550.6391-55.0859

#793ab6 color RGB value is (121,58,182).

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

The process color (four color CMYK) of #793ab6 color hex is 0.34, 0.68, 0.00, 0.29. Web safe color of #793ab6 is #6633cc. Color #793ab6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111010 10110110
Octal 171 72 266
Decimal 121 58 182
Hex 79 3A B6

RGB Percentages of Color #793ab6

%33.52
%16.07
%50.42

CMYK Percentages of Color #793ab6

%34
%68
%0
%29

Triadic Colors of #793ab6

#793ab6 #b6793a #3ab679

Analogous Colors of #793ab6

#793ab6 #b63ab5 #3b3ab6

Monochromatic Colors of #793ab6

#793ab6

Complementary Color

#793ab6 #77b63a

#793ab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793ab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793ab6 Color CSS Codes

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

#793ab6 Text Font Color

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

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


#793ab6 Background Color

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

This div background color is #793ab6


#793ab6 Border Color

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

This div border color is #793ab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793ab6


Comments

No comments written yet.

Please login to write comment.