Color Hex Logo

#7942eb Color Hex

#7942EB
(121,66,235)
0 Favorites   0 Comments

Color spaces of #7942eb

RGB 12166235
HSL0.720.810.59
HSV260°72°92°
CMYK 0.490.720.00   0.08
XYZ24.828813.959579.9831
Yxy13.95950.20900.1175
Hunter Lab37.362453.2361-100.7706
CIE-Lab44.174860.2521-76.7083

#7942eb color RGB value is (121,66,235).

#7942eb hex color red value is 121, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7942eb hue: 0.72 , saturation: 0.81 and the lightness value of 7942eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000010 11101011
Octal 171 102 353
Decimal 121 66 235
Hex 79 42 EB

RGB Percentages of Color #7942eb

%28.67
%15.64
%55.69

CMYK Percentages of Color #7942eb

%49
%72
%0
%8

Triadic Colors of #7942eb

#7942eb #eb7942 #42eb79

Analogous Colors of #7942eb

#7942eb #ce42eb #425feb

Monochromatic Colors of #7942eb

#7942eb

Complementary Color

#7942eb #b4eb42

#7942eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7942eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7942eb Color CSS Codes

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

#7942eb Text Font Color

<p style="color:#7942eb">Text here</p>

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


#7942eb Background Color

<div style="background-color:#7942eb">
Div content here</div>

This div background color is #7942eb


#7942eb Border Color

<div style="border:3px solid #7942eb">
Div here</div>

This div border color is #7942eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7942eb


Comments

No comments written yet.

Please login to write comment.