Color Hex Logo

#792aaf Color Hex

#792AAF
(121,42,175)
0 Favorites   0 Comments

Color spaces of #792aaf

RGB 12142175
HSL0.770.610.43
HSV276°76°69°
CMYK 0.310.760.00   0.31
XYZ16.45108.816041.3920
Yxy8.81600.24680.1323
Hunter Lab29.691746.9391-61.8694
CIE-Lab35.627656.1145-55.8693

#792aaf color RGB value is (121,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101010 10101111
Octal 171 52 257
Decimal 121 42 175
Hex 79 2A AF

RGB Percentages of Color #792aaf

%35.80
%12.43
%51.78

CMYK Percentages of Color #792aaf

%31
%76
%0
%31

Triadic Colors of #792aaf

#792aaf #af792a #2aaf79

Analogous Colors of #792aaf

#792aaf #af2aa3 #372aaf

Monochromatic Colors of #792aaf

#792aaf

Complementary Color

#792aaf #60af2a

#792aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#792aaf Color CSS Codes

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

#792aaf Text Font Color

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

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


#792aaf Background Color

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

This div background color is #792aaf


#792aaf Border Color

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

This div border color is #792aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792aaf


Comments

No comments written yet.

Please login to write comment.