Color Hex Logo

#7936eb Color Hex

#7936EB
(121,54,235)
0 Favorites   0 Comments

Color spaces of #7936eb

RGB 12154235
HSL0.730.820.57
HSV262°77°92°
CMYK 0.490.770.00   0.08
XYZ24.199712.701479.7734
Yxy12.70140.20740.1089
Hunter Lab35.639058.8372-107.7658
CIE-Lab42.309865.5681-79.7659

#7936eb color RGB value is (121,54,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110110 11101011
Octal 171 66 353
Decimal 121 54 235
Hex 79 36 EB

RGB Percentages of Color #7936eb

%29.51
%13.17
%57.32

CMYK Percentages of Color #7936eb

%49
%77
%0
%8

Triadic Colors of #7936eb

#7936eb #eb7936 #36eb79

Analogous Colors of #7936eb

#7936eb #d436eb #364eeb

Monochromatic Colors of #7936eb

#7936eb

Complementary Color

#7936eb #a8eb36

#7936eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7936eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7936eb Color CSS Codes

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

#7936eb Text Font Color

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

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


#7936eb Background Color

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

This div background color is #7936eb


#7936eb Border Color

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

This div border color is #7936eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7936eb


Comments

No comments written yet.

Please login to write comment.