Color Hex Logo

#793aed Color Hex

#793AED
(121,58,237)
0 Favorites   0 Comments

Color spaces of #793aed

RGB 12158237
HSL0.730.830.58
HSV261°76°93°
CMYK 0.490.760.00   0.07
XYZ24.684313.205581.3687
Yxy13.20550.20700.1107
Hunter Lab36.339457.6561-107.3207
CIE-Lab43.071364.3875-79.6471

#793aed color RGB value is (121,58,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111010 11101101
Octal 171 72 355
Decimal 121 58 237
Hex 79 3A ED

RGB Percentages of Color #793aed

%29.09
%13.94
%56.97

CMYK Percentages of Color #793aed

%49
%76
%0
%7

Triadic Colors of #793aed

#793aed #ed793a #3aed79

Analogous Colors of #793aed

#793aed #d33aed #3a54ed

Monochromatic Colors of #793aed

#793aed

Complementary Color

#793aed #aeed3a

#793aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#793aed Color CSS Codes

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

#793aed Text Font Color

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

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


#793aed Background Color

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

This div background color is #793aed


#793aed Border Color

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

This div border color is #793aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793aed


Comments

No comments written yet.

Please login to write comment.