Color Hex Logo

#793ca6 Color Hex

#793CA6
(121,60,166)
0 Favorites   0 Comments

Color spaces of #793ca6

RGB 12160166
HSL0.760.470.44
HSV275°64°65°
CMYK 0.270.640.00   0.35
XYZ16.384010.049837.1527
Yxy10.04980.25770.1580
Hunter Lab31.701436.7753-47.2943
CIE-Lab37.931745.8043-46.7713

#793ca6 color RGB value is (121,60,166).

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

The process color (four color CMYK) of #793ca6 color hex is 0.27, 0.64, 0.00, 0.35. Web safe color of #793ca6 is #663399. Color #793ca6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111100 10100110
Octal 171 74 246
Decimal 121 60 166
Hex 79 3C A6

RGB Percentages of Color #793ca6

%34.87
%17.29
%47.84

CMYK Percentages of Color #793ca6

%27
%64
%0
%35

Triadic Colors of #793ca6

#793ca6 #a6793c #3ca679

Analogous Colors of #793ca6

#793ca6 #a63c9e #443ca6

Monochromatic Colors of #793ca6

#793ca6

Complementary Color

#793ca6 #69a63c

#793ca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793ca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793ca6 Color CSS Codes

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

#793ca6 Text Font Color

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

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


#793ca6 Background Color

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

This div background color is #793ca6


#793ca6 Border Color

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

This div border color is #793ca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793ca6


Comments

No comments written yet.

Please login to write comment.