Color Hex Logo

#793aeb Color Hex

#793AEB
(121,58,235)
0 Favorites   0 Comments

Color spaces of #793aeb

RGB 12158235
HSL0.730.820.57
HSV261°75°92°
CMYK 0.490.750.00   0.08
XYZ24.393613.089279.8380
Yxy13.08920.20790.1116
Hunter Lab36.179057.0399-105.5129
CIE-Lab42.897363.8799-78.8016

#793aeb color RGB value is (121,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111010 11101011
Octal 171 72 353
Decimal 121 58 235
Hex 79 3A EB

RGB Percentages of Color #793aeb

%29.23
%14.01
%56.76

CMYK Percentages of Color #793aeb

%49
%75
%0
%8

Triadic Colors of #793aeb

#793aeb #eb793a #3aeb79

Analogous Colors of #793aeb

#793aeb #d23aeb #3a54eb

Monochromatic Colors of #793aeb

#793aeb

Complementary Color

#793aeb #aceb3a

#793aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#793aeb Color CSS Codes

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

#793aeb Text Font Color

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

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


#793aeb Background Color

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

This div background color is #793aeb


#793aeb Border Color

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

This div border color is #793aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793aeb


Comments

No comments written yet.

Please login to write comment.