Color Hex Logo

#792ebc Color Hex

#792EBC
(121,46,188)
0 Favorites   0 Comments

Color spaces of #792ebc

RGB 12146188
HSL0.750.610.46
HSV272°76°74°
CMYK 0.360.760.00   0.26
XYZ17.93939.649848.4940
Yxy9.64980.23580.1268
Hunter Lab31.064148.7202-70.8123
CIE-Lab37.206457.4707-61.0000

#792ebc color RGB value is (121,46,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101110 10111100
Octal 171 56 274
Decimal 121 46 188
Hex 79 2E BC

RGB Percentages of Color #792ebc

%34.08
%12.96
%52.96

CMYK Percentages of Color #792ebc

%36
%76
%0
%26

Triadic Colors of #792ebc

#792ebc #bc792e #2ebc79

Analogous Colors of #792ebc

#792ebc #bc2eb8 #322ebc

Monochromatic Colors of #792ebc

#792ebc

Complementary Color

#792ebc #71bc2e

#792ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#792ebc Color CSS Codes

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

#792ebc Text Font Color

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

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


#792ebc Background Color

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

This div background color is #792ebc


#792ebc Border Color

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

This div border color is #792ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792ebc


Comments

No comments written yet.

Please login to write comment.