Color Hex Logo

#7935eb Color Hex

#7935EB
(121,53,235)
0 Favorites   0 Comments

Color spaces of #7935eb

RGB 12153235
HSL0.730.820.56
HSV262°77°92°
CMYK 0.490.770.00   0.08
XYZ24.153712.609379.7581
Yxy12.60930.20730.1082
Hunter Lab35.509659.2744-108.3146
CIE-Lab42.168665.9761-79.9980

#7935eb color RGB value is (121,53,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110101 11101011
Octal 171 65 353
Decimal 121 53 235
Hex 79 35 EB

RGB Percentages of Color #7935eb

%29.58
%12.96
%57.46

CMYK Percentages of Color #7935eb

%49
%77
%0
%8

Triadic Colors of #7935eb

#7935eb #eb7935 #35eb79

Analogous Colors of #7935eb

#7935eb #d435eb #354ceb

Monochromatic Colors of #7935eb

#7935eb

Complementary Color

#7935eb #a7eb35

#7935eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7935eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7935eb Color CSS Codes

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

#7935eb Text Font Color

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

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


#7935eb Background Color

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

This div background color is #7935eb


#7935eb Border Color

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

This div border color is #7935eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7935eb


Comments

No comments written yet.

Please login to write comment.