Color Hex Logo

#793aec Color Hex

#793AEC
(121,58,236)
0 Favorites   0 Comments

Color spaces of #793aec

RGB 12158236
HSL0.730.820.58
HSV261°75°93°
CMYK 0.490.750.00   0.07
XYZ24.538513.147280.6012
Yxy13.14720.20740.1111
Hunter Lab36.259157.3474-106.4159
CIE-Lab42.984264.1334-79.2247

#793aec color RGB value is (121,58,236).

#793aec hex color red value is 121, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #793aec hue: 0.73 , saturation: 0.82 and the lightness value of 793aec is 0.58.

The process color (four color CMYK) of #793aec color hex is 0.49, 0.75, 0.00, 0.07. Web safe color of #793aec is #6633ff. Color #793aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111010 11101100
Octal 171 72 354
Decimal 121 58 236
Hex 79 3A EC

RGB Percentages of Color #793aec

%29.16
%13.98
%56.87

CMYK Percentages of Color #793aec

%49
%75
%0
%7

Triadic Colors of #793aec

#793aec #ec793a #3aec79

Analogous Colors of #793aec

#793aec #d23aec #3a54ec

Monochromatic Colors of #793aec

#793aec

Complementary Color

#793aec #adec3a

#793aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#793aec Color CSS Codes

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

#793aec Text Font Color

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

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


#793aec Background Color

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

This div background color is #793aec


#793aec Border Color

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

This div border color is #793aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793aec


Comments

No comments written yet.

Please login to write comment.