Color Hex Logo

#7907eb Color Hex

#7907EB
(121,7,235)
0 Favorites   0 Comments

Color spaces of #7907eb

RGB 1217235
HSL0.750.940.47
HSV270°97°92°
CMYK 0.490.970.00   0.08
XYZ22.956510.215179.3590
Yxy10.21510.20400.0908
Hunter Lab31.961172.2783-124.8437
CIE-Lab38.225777.6496-86.4947

#7907eb color RGB value is (121,7,235).

#7907eb hex color red value is 121, green value is 7 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7907eb hue: 0.75 , saturation: 0.94 and the lightness value of 7907eb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000111 11101011
Octal 171 7 353
Decimal 121 7 235
Hex 79 7 EB

RGB Percentages of Color #7907eb

%33.33
%1.93
%64.74

CMYK Percentages of Color #7907eb

%49
%97
%0
%8

Triadic Colors of #7907eb

#7907eb #eb7907 #07eb79

Analogous Colors of #7907eb

#7907eb #eb07eb #0707eb

Monochromatic Colors of #7907eb

#7907eb

Complementary Color

#7907eb #79eb07

#7907eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7907eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7907eb Color CSS Codes

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

#7907eb Text Font Color

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

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


#7907eb Background Color

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

This div background color is #7907eb


#7907eb Border Color

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

This div border color is #7907eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7907eb


Comments

No comments written yet.

Please login to write comment.