Color Hex Logo

#792ebe Color Hex

#792EBE
(121,46,190)
0 Favorites   0 Comments

Color spaces of #792ebe

RGB 12146190
HSL0.750.610.46
HSV271°76°75°
CMYK 0.360.760.00   0.25
XYZ18.15649.736649.6376
Yxy9.73660.23420.1256
Hunter Lab31.203549.2577-72.4742
CIE-Lab37.365557.9374-61.9171

#792ebe color RGB value is (121,46,190).

#792ebe hex color red value is 121, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #792ebe hue: 0.75 , saturation: 0.61 and the lightness value of 792ebe is 0.46.

The process color (four color CMYK) of #792ebe color hex is 0.36, 0.76, 0.00, 0.25. Web safe color of #792ebe is #6633cc. Color #792ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101110 10111110
Octal 171 56 276
Decimal 121 46 190
Hex 79 2E BE

RGB Percentages of Color #792ebe

%33.89
%12.89
%53.22

CMYK Percentages of Color #792ebe

%36
%76
%0
%25

Triadic Colors of #792ebe

#792ebe #be792e #2ebe79

Analogous Colors of #792ebe

#792ebe #be2ebb #312ebe

Monochromatic Colors of #792ebe

#792ebe

Complementary Color

#792ebe #73be2e

#792ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#792ebe Color CSS Codes

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

#792ebe Text Font Color

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

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


#792ebe Background Color

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

This div background color is #792ebe


#792ebe Border Color

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

This div border color is #792ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792ebe


Comments

No comments written yet.

Please login to write comment.