Color Hex Logo

#790fac Color Hex

#790FAC
(121,15,172)
0 Favorites   0 Comments

Color spaces of #790fac

RGB 12115172
HSL0.780.840.37
HSV281°91°67°
CMYK 0.300.910.00   0.33
XYZ15.50247.385239.6381
Yxy7.38520.24790.1181
Hunter Lab27.175754.2679-67.4565
CIE-Lab32.668263.4082-58.8957

#790fac color RGB value is (121,15,172).

#790fac hex color red value is 121, green value is 15 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #790fac hue: 0.78 , saturation: 0.84 and the lightness value of 790fac is 0.37.

The process color (four color CMYK) of #790fac color hex is 0.30, 0.91, 0.00, 0.33. Web safe color of #790fac is #660099. Color #790fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001111 10101100
Octal 171 17 254
Decimal 121 15 172
Hex 79 F AC

RGB Percentages of Color #790fac

%39.29
%4.87
%55.84

CMYK Percentages of Color #790fac

%30
%91
%0
%33

Triadic Colors of #790fac

#790fac #ac790f #0fac79

Analogous Colors of #790fac

#790fac #ac0f91 #2b0fac

Monochromatic Colors of #790fac

#790fac

Complementary Color

#790fac #42ac0f

#790fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#790fac Color CSS Codes

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

#790fac Text Font Color

<p style="color:#790fac">Text here</p>

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


#790fac Background Color

<div style="background-color:#790fac">
Div content here</div>

This div background color is #790fac


#790fac Border Color

<div style="border:3px solid #790fac">
Div here</div>

This div border color is #790fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,15,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #790fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #790fac;
  -webkit-box-shadow: 1px 1px 3px 2px #790fac;
  box-shadow:         1px 1px 3px 2px #790fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790fac


Comments

No comments written yet.

Please login to write comment.