Color Hex Logo

#792aeb Color Hex

#792AEB
(121,42,235)
0 Favorites   0 Comments

Color spaces of #792aeb

RGB 12142235
HSL0.730.830.54
HSV265°82°92°
CMYK 0.490.820.00   0.08
XYZ23.708511.719079.6097
Yxy11.71900.20610.1019
Hunter Lab34.233063.7146-113.9172
CIE-Lab40.766070.0638-82.3043

#792aeb color RGB value is (121,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101010 11101011
Octal 171 52 353
Decimal 121 42 235
Hex 79 2A EB

RGB Percentages of Color #792aeb

%30.40
%10.55
%59.05

CMYK Percentages of Color #792aeb

%49
%82
%0
%8

Triadic Colors of #792aeb

#792aeb #eb792a #2aeb79

Analogous Colors of #792aeb

#792aeb #da2aeb #2a3ceb

Monochromatic Colors of #792aeb

#792aeb

Complementary Color

#792aeb #9ceb2a

#792aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#792aeb Color CSS Codes

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

#792aeb Text Font Color

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

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


#792aeb Background Color

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

This div background color is #792aeb


#792aeb Border Color

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

This div border color is #792aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792aeb


Comments

No comments written yet.

Please login to write comment.