Color Hex Logo

#792aae Color Hex

#792AAE
(121,42,174)
0 Favorites   0 Comments

Color spaces of #792aae

RGB 12142174
HSL0.770.610.42
HSV276°76°68°
CMYK 0.300.760.00   0.32
XYZ16.35318.776940.8766
Yxy8.77690.24770.1330
Hunter Lab29.625846.6846-61.0680
CIE-Lab35.551255.8901-55.3972

#792aae color RGB value is (121,42,174).

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

The process color (four color CMYK) of #792aae color hex is 0.30, 0.76, 0.00, 0.32. Web safe color of #792aae is #663399. Color #792aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101010 10101110
Octal 171 52 256
Decimal 121 42 174
Hex 79 2A AE

RGB Percentages of Color #792aae

%35.91
%12.46
%51.63

CMYK Percentages of Color #792aae

%30
%76
%0
%32

Triadic Colors of #792aae

#792aae #ae792a #2aae79

Analogous Colors of #792aae

#792aae #ae2aa1 #372aae

Monochromatic Colors of #792aae

#792aae

Complementary Color

#792aae #5fae2a

#792aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#792aae Color CSS Codes

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

#792aae Text Font Color

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

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


#792aae Background Color

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

This div background color is #792aae


#792aae Border Color

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

This div border color is #792aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792aae


Comments

No comments written yet.

Please login to write comment.