Color Hex Logo

#792baa Color Hex

#792BAA
(121,43,170)
0 Favorites   0 Comments

Color spaces of #792baa

RGB 12143170
HSL0.770.600.42
HSV277°75°67°
CMYK 0.290.750.00   0.33
XYZ16.00478.695038.8650
Yxy8.69500.25180.1368
Hunter Lab29.487345.2810-57.5046
CIE-Lab35.390354.5943-53.2679

#792baa color RGB value is (121,43,170).

#792baa hex color red value is 121, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #792baa hue: 0.77 , saturation: 0.60 and the lightness value of 792baa is 0.42.

The process color (four color CMYK) of #792baa color hex is 0.29, 0.75, 0.00, 0.33. Web safe color of #792baa is #663399. Color #792baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101011 10101010
Octal 171 53 252
Decimal 121 43 170
Hex 79 2B AA

RGB Percentages of Color #792baa

%36.23
%12.87
%50.90

CMYK Percentages of Color #792baa

%29
%75
%0
%33

Triadic Colors of #792baa

#792baa #aa792b #2baa79

Analogous Colors of #792baa

#792baa #aa2b9c #3a2baa

Monochromatic Colors of #792baa

#792baa

Complementary Color

#792baa #5caa2b

#792baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#792baa Color CSS Codes

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

#792baa Text Font Color

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

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


#792baa Background Color

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

This div background color is #792baa


#792baa Border Color

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

This div border color is #792baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792baa


Comments

No comments written yet.

Please login to write comment.