Color Hex Logo

#790aeb Color Hex

#790AEB
(121,10,235)
0 Favorites   0 Comments

Color spaces of #790aeb

RGB 12110235
HSL0.750.920.48
HSV270°96°92°
CMYK 0.490.960.00   0.08
XYZ22.989110.280279.3699
Yxy10.28020.20410.0913
Hunter Lab32.062871.8753-124.3258
CIE-Lab38.340777.3014-86.3048

#790aeb color RGB value is (121,10,235).

#790aeb hex color red value is 121, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #790aeb hue: 0.75 , saturation: 0.92 and the lightness value of 790aeb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001010 11101011
Octal 171 12 353
Decimal 121 10 235
Hex 79 A EB

RGB Percentages of Color #790aeb

%33.06
%2.73
%64.21

CMYK Percentages of Color #790aeb

%49
%96
%0
%8

Triadic Colors of #790aeb

#790aeb #eb790a #0aeb79

Analogous Colors of #790aeb

#790aeb #ea0aeb #0a0beb

Monochromatic Colors of #790aeb

#790aeb

Complementary Color

#790aeb #7ceb0a

#790aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#790aeb Color CSS Codes

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

#790aeb Text Font Color

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

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


#790aeb Background Color

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

This div background color is #790aeb


#790aeb Border Color

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

This div border color is #790aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,10,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 #790aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790aeb


Comments

No comments written yet.

Please login to write comment.