Color Hex Logo

#793efa Color Hex

#793EFA
(121,62,250)
0 Favorites   0 Comments

Color spaces of #793efa

RGB 12162250
HSL0.720.950.61
HSV259°75°98°
CMYK 0.520.750.00   0.02
XYZ26.863114.412391.8085
Yxy14.41230.20190.1083
Hunter Lab37.963559.8709-116.8085
CIE-Lab44.818565.9787-84.0865

#793efa color RGB value is (121,62,250).

#793efa hex color red value is 121, green value is 62 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #793efa hue: 0.72 , saturation: 0.95 and the lightness value of 793efa is 0.61.

The process color (four color CMYK) of #793efa color hex is 0.52, 0.75, 0.00, 0.02. Web safe color of #793efa is #6633ff. Color #793efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111110 11111010
Octal 171 76 372
Decimal 121 62 250
Hex 79 3E FA

RGB Percentages of Color #793efa

%27.94
%14.32
%57.74

CMYK Percentages of Color #793efa

%52
%75
%0
%2

Triadic Colors of #793efa

#793efa #fa793e #3efa79

Analogous Colors of #793efa

#793efa #d73efa #3e61fa

Monochromatic Colors of #793efa

#793efa

Complementary Color

#793efa #bffa3e

#793efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#793efa Color CSS Codes

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

#793efa Text Font Color

<p style="color:#793efa">Text here</p>

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


#793efa Background Color

<div style="background-color:#793efa">
Div content here</div>

This div background color is #793efa


#793efa Border Color

<div style="border:3px solid #793efa">
Div here</div>

This div border color is #793efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,62,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #793efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #793efa;
  -webkit-box-shadow: 1px 1px 3px 2px #793efa;
  box-shadow:         1px 1px 3px 2px #793efa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,62,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #793efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793efa


Comments

No comments written yet.

Please login to write comment.