Color Hex Logo

#792efa Color Hex

#792EFA
(121,46,250)
0 Favorites   0 Comments

Color spaces of #792efa

RGB 12146250
HSL0.730.950.58
HSV262°82°98°
CMYK 0.520.820.00   0.02
XYZ26.117512.921191.5600
Yxy12.92110.20000.0989
Hunter Lab35.945966.7887-125.8589
CIE-Lab42.644172.2868-87.6648

#792efa color RGB value is (121,46,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101110 11111010
Octal 171 56 372
Decimal 121 46 250
Hex 79 2E FA

RGB Percentages of Color #792efa

%29.02
%11.03
%59.95

CMYK Percentages of Color #792efa

%52
%82
%0
%2

Triadic Colors of #792efa

#792efa #fa792e #2efa79

Analogous Colors of #792efa

#792efa #df2efa #2e49fa

Monochromatic Colors of #792efa

#792efa

Complementary Color

#792efa #affa2e

#792efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#792efa Color CSS Codes

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

#792efa Text Font Color

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

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


#792efa Background Color

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

This div background color is #792efa


#792efa Border Color

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

This div border color is #792efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792efa


Comments

No comments written yet.

Please login to write comment.